Color Hex Logo

#66016b Color Hex

#66016B
(102,1,107)
0 Favorites   0 Comments

Color spaces of #66016b

RGB 1021107
HSL0.830.980.21
HSV297°99°42°
CMYK 0.050.990.00   0.58
XYZ8.14423.908014.2350
Yxy3.90800.30980.1487
Hunter Lab19.768738.9424-28.8554
CIE-Lab23.364950.7549-33.6364

#66016b color RGB value is (102,1,107).

#66016b hex color red value is 102, green value is 1 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #66016b hue: 0.83 , saturation: 0.98 and the lightness value of 66016b is 0.21.

The process color (four color CMYK) of #66016b color hex is 0.05, 0.99, 0.00, 0.58. Web safe color of #66016b is #660066. Color #66016b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00000001 01101011
Octal 146 1 153
Decimal 102 1 107
Hex 66 1 6B

RGB Percentages of Color #66016b

%48.57
%0.48
%50.95

CMYK Percentages of Color #66016b

%5
%99
%0
%58

Triadic Colors of #66016b

#66016b #6b6601 #016b66

Analogous Colors of #66016b

#66016b #6b013b #31016b

Monochromatic Colors of #66016b

#66016b

Complementary Color

#66016b #066b01

#66016b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66016b Color Preview on White Background

Lorem ipsum dolor sit amet.

#66016b Color CSS Codes

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

#66016b Text Font Color

<p style="color:#66016b">Text here</p>

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


#66016b Background Color

<div style="background-color:#66016b">
Div content here</div>

This div background color is #66016b


#66016b Border Color

<div style="border:3px solid #66016b">
Div here</div>

This div border color is #66016b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(102,1,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #66016b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #66016b;
  -webkit-box-shadow: 1px 1px 3px 2px #66016b;
  box-shadow:         1px 1px 3px 2px #66016b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66016b


Comments

No comments written yet.

Please login to write comment.