Color Hex Logo

#660f66 Color Hex

#660F66
(102,15,102)
0 Favorites   0 Comments

Color spaces of #660f66

RGB 10215102
HSL0.830.740.23
HSV300°85°40°
CMYK 0.000.850.00   0.60
XYZ8.04864.125712.9425
Yxy4.12570.32040.1643
Hunter Lab20.311835.1853-23.5608
CIE-Lab24.082746.7951-29.2286

#660f66 color RGB value is (102,15,102).

#660f66 hex color red value is 102, green value is 15 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #660f66 hue: 0.83 , saturation: 0.74 and the lightness value of 660f66 is 0.23.

The process color (four color CMYK) of #660f66 color hex is 0.00, 0.85, 0.00, 0.60. Web safe color of #660f66 is #660066. Color #660f66 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00001111 01100110
Octal 146 17 146
Decimal 102 15 102
Hex 66 F 66

RGB Percentages of Color #660f66

%46.58
%6.85
%46.58

CMYK Percentages of Color #660f66

%0
%85
%0
%60

Triadic Colors of #660f66

#660f66 #66660f #0f6666

Analogous Colors of #660f66

#660f66 #660f3b #3b0f66

Monochromatic Colors of #660f66

#660f66

Complementary Color

#660f66 #0f660f

#660f66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#660f66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#660f66 Color CSS Codes

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

#660f66 Text Font Color

<p style="color:#660f66">Text here</p>

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


#660f66 Background Color

<div style="background-color:#660f66">
Div content here</div>

This div background color is #660f66


#660f66 Border Color

<div style="border:3px solid #660f66">
Div here</div>

This div border color is #660f66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #660f66


Comments

No comments written yet.

Please login to write comment.