Color Hex Logo

#d83307 Color Hex

#D83307
(216,51,7)
0 Favorites   0 Comments

Color spaces of #d83307

RGB 216517
HSL0.040.940.44
HSV13°97°85°
CMYK 0.000.760.97   0.15
XYZ29.541116.98191.9219
Yxy16.98190.60980.3505
Hunter Lab41.209155.843326.0812
CIE-Lab48.237261.803158.6799

#d83307 color RGB value is (216,51,7).

#d83307 hex color red value is 216, green value is 51 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #d83307 hue: 0.04 , saturation: 0.94 and the lightness value of d83307 is 0.44.

The process color (four color CMYK) of #d83307 color hex is 0.00, 0.76, 0.97, 0.15. Web safe color of #d83307 is #cc3300. Color #d83307 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110011 00000111
Octal 330 63 7
Decimal 216 51 7
Hex D8 33 7

RGB Percentages of Color #d83307

%78.83
%18.61
%2.55

CMYK Percentages of Color #d83307

%0
%76
%97
%15

Triadic Colors of #d83307

#d83307 #07d833 #3307d8

Analogous Colors of #d83307

#d83307 #d89c07 #d80743

Monochromatic Colors of #d83307

#d83307

Complementary Color

#d83307 #07acd8

#d83307 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d83307 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d83307 Color CSS Codes

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

#d83307 Text Font Color

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

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


#d83307 Background Color

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

This div background color is #d83307


#d83307 Border Color

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

This div border color is #d83307


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,51,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 #d83307">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d83307


Comments

No comments written yet.

Please login to write comment.