Color Hex Logo

#d57327 Color Hex

#D57327
(213,115,39)
0 Favorites   0 Comments

Color spaces of #d57327

RGB 21311539
HSL0.070.690.49
HSV26°82°84°
CMYK 0.000.460.82   0.16
XYZ33.937526.55415.2562
Yxy26.55410.51620.4039
Hunter Lab51.530727.379330.0238
CIE-Lab58.559333.342255.7277

#d57327 color RGB value is (213,115,39).

#d57327 hex color red value is 213, green value is 115 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #d57327 hue: 0.07 , saturation: 0.69 and the lightness value of d57327 is 0.49.

The process color (four color CMYK) of #d57327 color hex is 0.00, 0.46, 0.82, 0.16. Web safe color of #d57327 is #cc6633. Color #d57327 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01110011 00100111
Octal 325 163 47
Decimal 213 115 39
Hex D5 73 27

RGB Percentages of Color #d57327

%58.04
%31.34
%10.63

CMYK Percentages of Color #d57327

%0
%46
%82
%16

Triadic Colors of #d57327

#d57327 #27d573 #7327d5

Analogous Colors of #d57327

#d57327 #d5ca27 #d52732

Monochromatic Colors of #d57327

#d57327

Complementary Color

#d57327 #2789d5

#d57327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d57327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d57327 Color CSS Codes

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

#d57327 Text Font Color

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

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


#d57327 Background Color

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

This div background color is #d57327


#d57327 Border Color

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

This div border color is #d57327


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d57327


Comments

No comments written yet.

Please login to write comment.