Color Hex Logo

#d04432 Color Hex

#D04432
(208,68,50)
0 Favorites   0 Comments

Color spaces of #d04432

RGB 2086850
HSL0.020.630.51
HSV76°82°
CMYK 0.000.670.76   0.18
XYZ28.655317.77444.9381
Yxy17.77440.55780.3460
Hunter Lab42.159747.544222.5672
CIE-Lab49.221354.141641.1275

#d04432 color RGB value is (208,68,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000100 00110010
Octal 320 104 62
Decimal 208 68 50
Hex D0 44 32

RGB Percentages of Color #d04432

%63.80
%20.86
%15.34

CMYK Percentages of Color #d04432

%0
%67
%76
%18

Triadic Colors of #d04432

#d04432 #32d044 #4432d0

Analogous Colors of #d04432

#d04432 #d09332 #d0326f

Monochromatic Colors of #d04432

#d04432

Complementary Color

#d04432 #32bed0

#d04432 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04432 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04432 Color CSS Codes

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

#d04432 Text Font Color

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

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


#d04432 Background Color

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

This div background color is #d04432


#d04432 Border Color

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

This div border color is #d04432


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04432


Comments

No comments written yet.

Please login to write comment.