Color Hex Logo

#660555 Color Hex

#660555
(102,5,85)
0 Favorites   0 Comments

Color spaces of #660555

RGB 102585
HSL0.860.910.21
HSV311°95°40°
CMYK 0.000.950.17   0.60
XYZ7.17353.58928.9090
Yxy3.58920.36470.1825
Hunter Lab18.945234.4341-14.6196
CIE-Lab22.264046.3696-20.8542

#660555 color RGB value is (102,5,85).

#660555 hex color red value is 102, green value is 5 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #660555 hue: 0.86 , saturation: 0.91 and the lightness value of 660555 is 0.21.

The process color (four color CMYK) of #660555 color hex is 0.00, 0.95, 0.17, 0.60. Web safe color of #660555 is #660066. Color #660555 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00000101 01010101
Octal 146 5 125
Decimal 102 5 85
Hex 66 5 55

RGB Percentages of Color #660555

%53.13
%2.60
%44.27

CMYK Percentages of Color #660555

%0
%95
%17
%60

Triadic Colors of #660555

#660555 #556605 #055566

Analogous Colors of #660555

#660555 #660525 #460566

Monochromatic Colors of #660555

#660555

Complementary Color

#660555 #056616

#660555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#660555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#660555 Color CSS Codes

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

#660555 Text Font Color

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

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


#660555 Background Color

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

This div background color is #660555


#660555 Border Color

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

This div border color is #660555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #660555


Comments

No comments written yet.

Please login to write comment.