Color Hex Logo

#660047 Color Hex

#660047
(102,0,71)
0 Favorites   0 Comments

Color spaces of #660047

RGB 102071
HSL0.881.000.20
HSV318°100°40°
CMYK 0.001.000.30   0.60
XYZ6.61683.27976.2455
Yxy3.27970.40990.2032
Hunter Lab18.109933.5259-7.7701
CIE-Lab21.130945.6397-13.1127

#660047 color RGB value is (102,0,71).

#660047 hex color red value is 102, green value is 0 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #660047 hue: 0.88 , saturation: 1.00 and the lightness value of 660047 is 0.20.

The process color (four color CMYK) of #660047 color hex is 0.00, 1.00, 0.30, 0.60. Web safe color of #660047 is #660033. Color #660047 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00000000 01000111
Octal 146 0 107
Decimal 102 0 71
Hex 66 0 47

RGB Percentages of Color #660047

%58.96
%0.00
%41.04

CMYK Percentages of Color #660047

%0
%100
%30
%60

Triadic Colors of #660047

#660047 #476600 #004766

Analogous Colors of #660047

#660047 #660014 #520066

Monochromatic Colors of #660047

#660047

Complementary Color

#660047 #00661f

#660047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#660047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#660047 Color CSS Codes

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

#660047 Text Font Color

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

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


#660047 Background Color

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

This div background color is #660047


#660047 Border Color

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

This div border color is #660047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #660047


Comments

No comments written yet.

Please login to write comment.