Color Hex Logo

#d00407 Color Hex

#D00407
(208,4,7)
0 Favorites   0 Comments

Color spaces of #d00407

RGB 20847
HSL1.000.960.42
HSV359°98°82°
CMYK 0.000.980.97   0.18
XYZ26.094213.51211.4338
Yxy13.51210.63580.3292
Hunter Lab36.758862.385023.4185
CIE-Lab43.524968.393555.4005

#d00407 color RGB value is (208,4,7).

#d00407 hex color red value is 208, green value is 4 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #d00407 hue: 1.00 , saturation: 0.96 and the lightness value of d00407 is 0.42.

The process color (four color CMYK) of #d00407 color hex is 0.00, 0.98, 0.97, 0.18. Web safe color of #d00407 is #cc0000. Color #d00407 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000100 00000111
Octal 320 4 7
Decimal 208 4 7
Hex D0 4 7

RGB Percentages of Color #d00407

%94.98
%1.83
%3.20

CMYK Percentages of Color #d00407

%0
%98
%97
%18

Triadic Colors of #d00407

#d00407 #07d004 #0407d0

Analogous Colors of #d00407

#d00407 #d06704 #d0046d

Monochromatic Colors of #d00407

#d00407

Complementary Color

#d00407 #04d0cd

#d00407 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d00407 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d00407 Color CSS Codes

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

#d00407 Text Font Color

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

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


#d00407 Background Color

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

This div background color is #d00407


#d00407 Border Color

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

This div border color is #d00407


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d00407


Comments

No comments written yet.

Please login to write comment.