COLOR #7D35E3

HEX: #7D35E3
RGB: (125,53,227)

Renk bilgisi

#7D35E3 contains mainly blue color. #7D35E3 ‘ nin web güvenlik rengi #6633CC (ya da #63C) dir.

RGB renk modeli

#7D35E3 color RGB value is (125,53,227).

  • kırmız ton 125;
  • yeşil ton 53;
  • mavi ton 227.
RGB:
(125,53,227)
(49%,21%,89%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 53 of 255 = 21%
B 227 of 255 = 89%

125
53
227

R + G + B ~ 53%. #7D35E3 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 53 + 227 = 405 (100%)
R 125 of 405 ~ 30.86%
G 53 of 405 ~ 13.09%
B 227 of 405 ~ 56.05%

%30.86
%13.09
%56.05

CMYK RENK MODELİ

#7D35E3 rengi CMYK tonu (45,77,0,11).

  • camgöbeği tonu 44.93%
  • eflatun tonu 76.65%
  • sarı tonu 0.00%
  • ana renk tonu 10.98%
CMYK:
(45,77,0,11)
C45M77Y0K11 
(45%,77%,0%,11%)
(0.45/0.77/0.00/0.11)	

CMYK yüzdeleri

%44.93
%76.65
%0
%10.98

Codes

Color #7D35E3 in popluar color models

7D35E3
RGB12553227
HSL265°75.65%54.90%
HSB/HSV265°76.65%89.02%
CMYK44.93%76.65%0.00%
10.98%

Color #7D35E3 in popluar number systems.

HEX7D35E3
Decimal12553227
Binary111110111010111100011
Octal17565343

Shades and tints

Shades of #7D35E3

#7D35E3
(125,53,227)
#7231CF
(114,49,207)
#672DBB
(103,45,187)
#5C29A7
(92,41,167)
#512593
(81,37,147)
#46217F
(70,33,127)
#3B1D6B
(59,29,107)
#301957
(48,25,87)
#251543
(37,21,67)
#1A112F
(26,17,47)
#0F0D1B
(15,13,27)
#000000
(0,0,0)

Tints of #7D35E3

#7D35E3
(125,53,227)
#8847E5
(136,71,229)
#9359E7
(147,89,231)
#9E6BE9
(158,107,233)
#A97DEB
(169,125,235)
#B48FED
(180,143,237)
#BFA1EF
(191,161,239)
#CAB3F1
(202,179,241)
#D5C5F3
(213,197,243)
#E0D7F5
(224,215,245)
#EBE9F7
(235,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D35E3 color. Also use rgb(125,53,227) instead hex code.

Text Font Color

.myTextColor { color: #7D35E3; }

<p style="color:#7D35E3">This sample text font color is #7D35E3.</p>

This text font color is #7D35E3.


Background Color

.myBgColor { background-color: #7D35E3; }

<div style="background-color:#7D35E3">Inner text</div>

This div background color is #7D35E3.


Border color

.myBorderColor { border: 1px solid #7D35E3; }

<div style="border:3px solid #7D35E3">Div</div>

This div border color is #7D35E3.


Opacity

.myOpacity80 { color: #7D35E3; opacity: 0.8; }

<p style="color:#7D35E3;opacity:0.8;">80%</p>

Text with #7D35E3 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #7D35E3;}

<p style="text-shadow: 3px 3px 1px #7D35E3">Text here.</p>

This text has shadow with #7D35E3 color.

.textShadow {text-shadow: 3px 3px 1px #7D35E3, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7D35E3, 5px 5px 20px red">Text here.</p>

This text has shadow with #7D35E3 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7D35E3, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7D35E3, Direction=45, Strength=4)">Text</p>

This text has shadow with #7D35E3 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #7D35E3;
  -webkit-box-shadow:	1px 1px 3px 2px #7D35E3;
  box-shadow:		1px 1px 3px 2px #7D35E3;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7D35E3;
-webkit-box-shadow: 1px 1px 3px 2px #7D35E3;
box-shadow:1px 1px 3px 2px #7D35E3;">
Div content here</div>
This div box has shadow with color #7D35E3.

Preview

Color preview on black background

This text has color #7D35E3 on black background.


Color preview on white background

This text has color #7D35E3 on white background.



Black color preview on #7D35E3 background

This text has black color on #7D35E3 background.


White color preview on #7D35E3 background

This text has white color on #7D35E3 background.