Color Hex Logo

#d0442c Color Hex

#D0442C
(208,68,44)
0 Favorites   0 Comments

Color spaces of #d0442c

RGB 2086844
HSL0.020.650.49
HSV79°82°
CMYK 0.000.670.79   0.18
XYZ28.534217.72604.3004
Yxy17.72600.56440.3506
Hunter Lab42.102347.296923.4156
CIE-Lab49.162153.924144.2381

#d0442c color RGB value is (208,68,44).

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

The process color (four color CMYK) of #d0442c color hex is 0.00, 0.67, 0.79, 0.18. Web safe color of #d0442c is #cc3333. Color #d0442c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000100 00101100
Octal 320 104 54
Decimal 208 68 44
Hex D0 44 2C

RGB Percentages of Color #d0442c

%65.00
%21.25
%13.75

CMYK Percentages of Color #d0442c

%0
%67
%79
%18

Triadic Colors of #d0442c

#d0442c #2cd044 #442cd0

Analogous Colors of #d0442c

#d0442c #d0962c #d02c66

Monochromatic Colors of #d0442c

#d0442c

Complementary Color

#d0442c #2cb8d0

#d0442c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0442c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0442c Color CSS Codes

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

#d0442c Text Font Color

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

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


#d0442c Background Color

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

This div background color is #d0442c


#d0442c Border Color

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

This div border color is #d0442c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0442c


Comments

No comments written yet.

Please login to write comment.