Color Hex Logo

#66209f Color Hex

#66209F
(102,32,159)
0 Favorites   0 Comments

Color spaces of #66209f

RGB 10232159
HSL0.760.660.37
HSV273°80°62°
CMYK 0.360.800.00   0.38
XYZ12.25406.361033.3828
Yxy6.36100.23570.1223
Hunter Lab25.221042.5900-60.8221
CIE-Lab30.305652.9973-55.0232

#66209f color RGB value is (102,32,159).

#66209f hex color red value is 102, green value is 32 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #66209f hue: 0.76 , saturation: 0.66 and the lightness value of 66209f is 0.37.

The process color (four color CMYK) of #66209f color hex is 0.36, 0.80, 0.00, 0.38. Web safe color of #66209f is #663399. Color #66209f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00100000 10011111
Octal 146 40 237
Decimal 102 32 159
Hex 66 20 9F

RGB Percentages of Color #66209f

%34.81
%10.92
%54.27

CMYK Percentages of Color #66209f

%36
%80
%0
%38

Triadic Colors of #66209f

#66209f #9f6620 #209f66

Analogous Colors of #66209f

#66209f #9f2099 #26209f

Monochromatic Colors of #66209f

#66209f

Complementary Color

#66209f #599f20

#66209f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66209f Color Preview on White Background

Lorem ipsum dolor sit amet.

#66209f Color CSS Codes

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

#66209f Text Font Color

<p style="color:#66209f">Text here</p>

This sample text font color is #66209f
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.


#66209f Background Color

<div style="background-color:#66209f">
Div content here</div>

This div background color is #66209f


#66209f Border Color

<div style="border:3px solid #66209f">
Div here</div>

This div border color is #66209f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,32,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66209f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66209f;
  -webkit-box-shadow: 1px 1px 3px 2px #66209f;
  box-shadow:         1px 1px 3px 2px #66209f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102,32,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66209f


Comments

No comments written yet.

Please login to write comment.