Color Hex Logo

#661229 Color Hex

#661229
(102,18,41)
0 Favorites   0 Comments

Color spaces of #661229

RGB 1021841
HSL0.950.700.24
HSV344°82°40°
CMYK 0.000.820.60   0.60
XYZ6.09603.41752.4362
Yxy3.41750.51010.2860
Hunter Lab18.486526.50985.1271
CIE-Lab21.643937.88438.5462

#661229 color RGB value is (102,18,41).

#661229 hex color red value is 102, green value is 18 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #661229 hue: 0.95 , saturation: 0.70 and the lightness value of 661229 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 01100110 00010010 00101001
Octal 146 22 51
Decimal 102 18 41
Hex 66 12 29

RGB Percentages of Color #661229

%63.35
%11.18
%25.47

CMYK Percentages of Color #661229

%0
%82
%60
%60

Triadic Colors of #661229

#661229 #296612 #122966

Analogous Colors of #661229

#661229 #662512 #661253

Monochromatic Colors of #661229

#661229

Complementary Color

#661229 #12664f

#661229 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#661229 Color Preview on White Background

Lorem ipsum dolor sit amet.

#661229 Color CSS Codes

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

#661229 Text Font Color

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

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


#661229 Background Color

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

This div background color is #661229


#661229 Border Color

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

This div border color is #661229


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #661229


Comments

No comments written yet.

Please login to write comment.