Color Hex Logo

#66008c Color Hex

#66008C
(102,0,140)
0 Favorites   0 Comments

Color spaces of #66008c

RGB 1020140
HSL0.791.000.27
HSV284°100°55°
CMYK 0.271.000.00   0.45
XYZ10.21314.718225.1834
Yxy4.71820.25460.1176
Hunter Lab21.721445.9157-53.5347
CIE-Lab25.916357.0337-50.4974

#66008c color RGB value is (102,0,140).

#66008c hex color red value is 102, green value is 0 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #66008c hue: 0.79 , saturation: 1.00 and the lightness value of 66008c is 0.27.

The process color (four color CMYK) of #66008c color hex is 0.27, 1.00, 0.00, 0.45. Web safe color of #66008c is #660099. Color #66008c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00000000 10001100
Octal 146 0 214
Decimal 102 0 140
Hex 66 0 8C

RGB Percentages of Color #66008c

%42.15
%0.00
%57.85

CMYK Percentages of Color #66008c

%27
%100
%0
%45

Triadic Colors of #66008c

#66008c #8c6600 #008c66

Analogous Colors of #66008c

#66008c #8c006c #20008c

Monochromatic Colors of #66008c

#66008c

Complementary Color

#66008c #268c00

#66008c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66008c Color Preview on White Background

Lorem ipsum dolor sit amet.

#66008c Color CSS Codes

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

#66008c Text Font Color

<p style="color:#66008c">Text here</p>

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


#66008c Background Color

<div style="background-color:#66008c">
Div content here</div>

This div background color is #66008c


#66008c Border Color

<div style="border:3px solid #66008c">
Div here</div>

This div border color is #66008c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,0,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66008c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66008c;
  -webkit-box-shadow: 1px 1px 3px 2px #66008c;
  box-shadow:         1px 1px 3px 2px #66008c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66008c


Comments

No comments written yet.

Please login to write comment.