Color Hex Logo

#d03809 Color Hex

#D03809
(208,56,9)
0 Favorites   0 Comments

Color spaces of #d03809

RGB 208569
HSL0.040.920.43
HSV14°96°82°
CMYK 0.000.730.96   0.18
XYZ27.475916.25801.9484
Yxy16.25800.60150.3559
Hunter Lab40.321251.072325.3598
CIE-Lab47.311257.710856.8450

#d03809 color RGB value is (208,56,9).

#d03809 hex color red value is 208, green value is 56 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #d03809 hue: 0.04 , saturation: 0.92 and the lightness value of d03809 is 0.43.

The process color (four color CMYK) of #d03809 color hex is 0.00, 0.73, 0.96, 0.18. Web safe color of #d03809 is #cc3300. Color #d03809 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111000 00001001
Octal 320 70 11
Decimal 208 56 9
Hex D0 38 9

RGB Percentages of Color #d03809

%76.19
%20.51
%3.30

CMYK Percentages of Color #d03809

%0
%73
%96
%18

Triadic Colors of #d03809

#d03809 #09d038 #3809d0

Analogous Colors of #d03809

#d03809 #d09c09 #d0093d

Monochromatic Colors of #d03809

#d03809

Complementary Color

#d03809 #09a1d0

#d03809 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03809 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03809 Color CSS Codes

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

#d03809 Text Font Color

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

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


#d03809 Background Color

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

This div background color is #d03809


#d03809 Border Color

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

This div border color is #d03809


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03809


Comments

No comments written yet.

Please login to write comment.