Color Hex Logo

#660586 Color Hex

#660586
(102,5,134)
0 Favorites   0 Comments

Color spaces of #660586

RGB 1025134
HSL0.790.930.27
HSV285°96°53°
CMYK 0.240.960.00   0.47
XYZ9.83684.654622.9342
Yxy4.65460.26280.1244
Hunter Lab21.574543.6308-47.9244
CIE-Lab25.727254.8931-47.0541

#660586 color RGB value is (102,5,134).

#660586 hex color red value is 102, green value is 5 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #660586 hue: 0.79 , saturation: 0.93 and the lightness value of 660586 is 0.27.

The process color (four color CMYK) of #660586 color hex is 0.24, 0.96, 0.00, 0.47. Web safe color of #660586 is #660099. Color #660586 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00000101 10000110
Octal 146 5 206
Decimal 102 5 134
Hex 66 5 86

RGB Percentages of Color #660586

%42.32
%2.07
%55.60

CMYK Percentages of Color #660586

%24
%96
%0
%47

Triadic Colors of #660586

#660586 #866605 #058666

Analogous Colors of #660586

#660586 #860566 #260586

Monochromatic Colors of #660586

#660586

Complementary Color

#660586 #258605

#660586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#660586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#660586 Color CSS Codes

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

#660586 Text Font Color

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

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


#660586 Background Color

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

This div background color is #660586


#660586 Border Color

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

This div border color is #660586


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #660586


Comments

No comments written yet.

Please login to write comment.