Color Hex Logo

#661472 Color Hex

#661472
(102,20,114)
0 Favorites   0 Comments

Color spaces of #661472

RGB 10220114
HSL0.810.700.26
HSV292°82°45°
CMYK 0.110.820.00   0.55
XYZ8.76694.540016.3338
Yxy4.54000.29580.1532
Hunter Lab21.307336.1563-30.5356
CIE-Lab25.381947.5419-34.9208

#661472 color RGB value is (102,20,114).

#661472 hex color red value is 102, green value is 20 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #661472 hue: 0.81 , saturation: 0.70 and the lightness value of 661472 is 0.26.

The process color (four color CMYK) of #661472 color hex is 0.11, 0.82, 0.00, 0.55. Web safe color of #661472 is #660066. Color #661472 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100110 00010100 01110010
Octal 146 24 162
Decimal 102 20 114
Hex 66 14 72

RGB Percentages of Color #661472

%43.22
%8.47
%48.31

CMYK Percentages of Color #661472

%11
%82
%0
%55

Triadic Colors of #661472

#661472 #726614 #147266

Analogous Colors of #661472

#661472 #72144f #371472

Monochromatic Colors of #661472

#661472

Complementary Color

#661472 #207214

#661472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#661472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#661472 Color CSS Codes

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

#661472 Text Font Color

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

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


#661472 Background Color

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

This div background color is #661472


#661472 Border Color

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

This div border color is #661472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #661472


Comments

No comments written yet.

Please login to write comment.