Color Hex Logo

#600229 Color Hex

#600229
(96,2,41)
0 Favorites   0 Comments

Color spaces of #600229

RGB 96241
HSL0.930.960.19
HSV335°98°38°
CMYK 0.000.980.57   0.62
XYZ5.24582.69032.3406
Yxy2.69030.51050.2618
Hunter Lab16.402128.38493.0208
CIE-Lab18.758340.54814.3181

#600229 color RGB value is (96,2,41).

#600229 hex color red value is 96, green value is 2 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #600229 hue: 0.93 , saturation: 0.96 and the lightness value of 600229 is 0.19.

The process color (four color CMYK) of #600229 color hex is 0.00, 0.98, 0.57, 0.62. Web safe color of #600229 is #660033. Color #600229 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 00000010 00101001
Octal 140 2 51
Decimal 96 2 41
Hex 60 2 29

RGB Percentages of Color #600229

%69.06
%1.44
%29.50

CMYK Percentages of Color #600229

%0
%98
%57
%62

Triadic Colors of #600229

#600229 #296002 #022960

Analogous Colors of #600229

#600229 #600a02 #600258

Monochromatic Colors of #600229

#600229

Complementary Color

#600229 #026039

#600229 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#600229 Color Preview on White Background

Lorem ipsum dolor sit amet.

#600229 Color CSS Codes

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

#600229 Text Font Color

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

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


#600229 Background Color

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

This div background color is #600229


#600229 Border Color

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

This div border color is #600229


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,2,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 #600229">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #600229


Comments

No comments written yet.

Please login to write comment.