Color Hex Logo

#d04024 Color Hex

#D04024
(208,64,36)
0 Favorites   0 Comments

Color spaces of #d04024

RGB 2086436
HSL0.030.700.48
HSV10°83°82°
CMYK 0.000.690.83   0.18
XYZ28.164317.20413.5054
Yxy17.20410.57630.3520
Hunter Lab41.477848.619024.0237
CIE-Lab48.516255.255147.6106

#d04024 color RGB value is (208,64,36).

#d04024 hex color red value is 208, green value is 64 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #d04024 hue: 0.03 , saturation: 0.70 and the lightness value of d04024 is 0.48.

The process color (four color CMYK) of #d04024 color hex is 0.00, 0.69, 0.83, 0.18. Web safe color of #d04024 is #cc3333. Color #d04024 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000000 00100100
Octal 320 100 44
Decimal 208 64 36
Hex D0 40 24

RGB Percentages of Color #d04024

%67.53
%20.78
%11.69

CMYK Percentages of Color #d04024

%0
%69
%83
%18

Triadic Colors of #d04024

#d04024 #24d040 #4024d0

Analogous Colors of #d04024

#d04024 #d09624 #d0245e

Monochromatic Colors of #d04024

#d04024

Complementary Color

#d04024 #24b4d0

#d04024 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04024 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04024 Color CSS Codes

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

#d04024 Text Font Color

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

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


#d04024 Background Color

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

This div background color is #d04024


#d04024 Border Color

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

This div border color is #d04024


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,64,36, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04024


Comments

No comments written yet.

Please login to write comment.