Color Hex Logo

#d54e07 Color Hex

#D54E07
(213,78,7)
0 Favorites   0 Comments

Color spaces of #d54e07

RGB 213787
HSL0.060.940.43
HSV21°97°84°
CMYK 0.000.630.97   0.16
XYZ30.203319.61032.3943
Yxy19.61030.57850.3756
Hunter Lab44.283544.248727.7928
CIE-Lab51.393750.709660.1641

#d54e07 color RGB value is (213,78,7).

#d54e07 hex color red value is 213, green value is 78 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #d54e07 hue: 0.06 , saturation: 0.94 and the lightness value of d54e07 is 0.43.

The process color (four color CMYK) of #d54e07 color hex is 0.00, 0.63, 0.97, 0.16. Web safe color of #d54e07 is #cc6600. Color #d54e07 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01001110 00000111
Octal 325 116 7
Decimal 213 78 7
Hex D5 4E 7

RGB Percentages of Color #d54e07

%71.48
%26.17
%2.35

CMYK Percentages of Color #d54e07

%0
%63
%97
%16

Triadic Colors of #d54e07

#d54e07 #07d54e #4e07d5

Analogous Colors of #d54e07

#d54e07 #d5b507 #d50727

Monochromatic Colors of #d54e07

#d54e07

Complementary Color

#d54e07 #078ed5

#d54e07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d54e07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d54e07 Color CSS Codes

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

#d54e07 Text Font Color

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

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


#d54e07 Background Color

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

This div background color is #d54e07


#d54e07 Border Color

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

This div border color is #d54e07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d54e07


Comments

No comments written yet.

Please login to write comment.