Color Hex Logo

#7209ce Color Hex

#7209CE
(114,9,206)
0 Favorites   0 Comments

Color spaces of #7209ce

RGB 1149206
HSL0.760.920.42
HSV272°96°81°
CMYK 0.450.960.00   0.19
XYZ18.17778.229059.0228
Yxy8.22900.21280.0963
Hunter Lab28.686262.9098-101.9106
CIE-Lab34.455370.5938-76.0815

#7209ce color RGB value is (114,9,206).

#7209ce hex color red value is 114, green value is 9 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #7209ce hue: 0.76 , saturation: 0.92 and the lightness value of 7209ce is 0.42.

The process color (four color CMYK) of #7209ce color hex is 0.45, 0.96, 0.00, 0.19. Web safe color of #7209ce is #6600cc. Color #7209ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00001001 11001110
Octal 162 11 316
Decimal 114 9 206
Hex 72 9 CE

RGB Percentages of Color #7209ce

%34.65
%2.74
%62.61

CMYK Percentages of Color #7209ce

%45
%96
%0
%19

Triadic Colors of #7209ce

#7209ce #ce7209 #09ce72

Analogous Colors of #7209ce

#7209ce #ce09c8 #1009ce

Monochromatic Colors of #7209ce

#7209ce

Complementary Color

#7209ce #65ce09

#7209ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7209ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7209ce Color CSS Codes

.mybgcolor {background-color:#7209ce; } 
.myforecolor {color:#7209ce; }
.mybordercolor {border:3px solid #7209ce; }

#7209ce Text Font Color

<p style="color:#7209ce">Text here</p>

This sample text font color is #7209ce
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#7209ce Background Color

<div style="background-color:#7209ce">
Div content here</div>

This div background color is #7209ce


#7209ce Border Color

<div style="border:3px solid #7209ce">
Div here</div>

This div border color is #7209ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,9,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7209ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7209ce;
  -webkit-box-shadow: 1px 1px 3px 2px #7209ce;
  box-shadow:         1px 1px 3px 2px #7209ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,9,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7209ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #7209ce;
  -webkit-box-shadow: 1px 1px 3px 2px #7209ce;
  box-shadow:         1px 1px 3px 2px #7209ce;">
Div content here</div>

This div box has shadow with color #7209ce


Comments

No comments written yet.

Please login to write comment.