Color Hex Logo

#d55c07 Color Hex

#D55C07
(213,92,7)
0 Favorites   0 Comments

Color spaces of #d55c07

RGB 213927
HSL0.070.940.43
HSV25°97°84°
CMYK 0.000.570.97   0.16
XYZ31.306121.81582.7619
Yxy21.81580.56020.3904
Hunter Lab46.707437.903529.1892
CIE-Lab53.831044.307161.6341

#d55c07 color RGB value is (213,92,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011100 00000111
Octal 325 134 7
Decimal 213 92 7
Hex D5 5C 7

RGB Percentages of Color #d55c07

%68.27
%29.49
%2.24

CMYK Percentages of Color #d55c07

%0
%57
%97
%16

Triadic Colors of #d55c07

#d55c07 #07d55c #5c07d5

Analogous Colors of #d55c07

#d55c07 #d5c307 #d50719

Monochromatic Colors of #d55c07

#d55c07

Complementary Color

#d55c07 #0780d5

#d55c07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55c07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55c07 Color CSS Codes

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

#d55c07 Text Font Color

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

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


#d55c07 Background Color

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

This div background color is #d55c07


#d55c07 Border Color

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

This div border color is #d55c07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55c07


Comments

No comments written yet.

Please login to write comment.