Color Hex Logo

#66016e Color Hex

#66016E
(102,1,110)
0 Favorites   0 Comments

Color spaces of #66016e

RGB 1021110
HSL0.820.980.22
HSV296°99°43°
CMYK 0.070.990.00   0.57
XYZ8.30483.972315.0809
Yxy3.97230.30360.1452
Hunter Lab19.930639.4997-30.9115
CIE-Lab23.579751.2689-35.2383

#66016e color RGB value is (102,1,110).

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

The process color (four color CMYK) of #66016e color hex is 0.07, 0.99, 0.00, 0.57. Web safe color of #66016e is #660066. Color #66016e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00000001 01101110
Octal 146 1 156
Decimal 102 1 110
Hex 66 1 6E

RGB Percentages of Color #66016e

%47.89
%0.47
%51.64

CMYK Percentages of Color #66016e

%7
%99
%0
%57

Triadic Colors of #66016e

#66016e #6e6601 #016e66

Analogous Colors of #66016e

#66016e #6e013f #30016e

Monochromatic Colors of #66016e

#66016e

Complementary Color

#66016e #096e01

#66016e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#66016e Color Preview on White Background

Lorem ipsum dolor sit amet.

#66016e Color CSS Codes

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

#66016e Text Font Color

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

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


#66016e Background Color

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

This div background color is #66016e


#66016e Border Color

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

This div border color is #66016e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #66016e


Comments

No comments written yet.

Please login to write comment.