Color Hex Logo

#d04229 Color Hex

#D04229
(208,66,41)
0 Favorites   0 Comments

Color spaces of #d04229

RGB 2086641
HSL0.020.670.49
HSV80°82°
CMYK 0.000.680.80   0.18
XYZ28.360917.46643.9744
Yxy17.46640.56950.3507
Hunter Lab41.792847.993923.6166
CIE-Lab48.842454.622845.4534

#d04229 color RGB value is (208,66,41).

#d04229 hex color red value is 208, green value is 66 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #d04229 hue: 0.02 , saturation: 0.67 and the lightness value of d04229 is 0.49.

The process color (four color CMYK) of #d04229 color hex is 0.00, 0.68, 0.80, 0.18. Web safe color of #d04229 is #cc3333. Color #d04229 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000010 00101001
Octal 320 102 51
Decimal 208 66 41
Hex D0 42 29

RGB Percentages of Color #d04229

%66.03
%20.95
%13.02

CMYK Percentages of Color #d04229

%0
%68
%80
%18

Triadic Colors of #d04229

#d04229 #29d042 #4229d0

Analogous Colors of #d04229

#d04229 #d09629 #d02963

Monochromatic Colors of #d04229

#d04229

Complementary Color

#d04229 #29b7d0

#d04229 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04229 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04229 Color CSS Codes

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

#d04229 Text Font Color

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

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


#d04229 Background Color

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

This div background color is #d04229


#d04229 Border Color

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

This div border color is #d04229


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04229


Comments

No comments written yet.

Please login to write comment.