Color Hex Logo

#d57631 Color Hex

#D57631
(213,118,49)
0 Favorites   0 Comments

Color spaces of #d57631

RGB 21311849
HSL0.070.660.51
HSV25°77°84°
CMYK 0.000.450.77   0.16
XYZ34.473427.32486.3630
Yxy27.32480.50580.4009
Hunter Lab52.273126.240329.3741
CIE-Lab59.273832.119952.1700

#d57631 color RGB value is (213,118,49).

#d57631 hex color red value is 213, green value is 118 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #d57631 hue: 0.07 , saturation: 0.66 and the lightness value of d57631 is 0.51.

The process color (four color CMYK) of #d57631 color hex is 0.00, 0.45, 0.77, 0.16. Web safe color of #d57631 is #cc6633. Color #d57631 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01110110 00110001
Octal 325 166 61
Decimal 213 118 49
Hex D5 76 31

RGB Percentages of Color #d57631

%56.05
%31.05
%12.89

CMYK Percentages of Color #d57631

%0
%45
%77
%16

Triadic Colors of #d57631

#d57631 #31d576 #7631d5

Analogous Colors of #d57631

#d57631 #d5c831 #d5313e

Monochromatic Colors of #d57631

#d57631

Complementary Color

#d57631 #3190d5

#d57631 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d57631 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d57631 Color CSS Codes

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

#d57631 Text Font Color

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

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


#d57631 Background Color

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

This div background color is #d57631


#d57631 Border Color

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

This div border color is #d57631


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d57631


Comments

No comments written yet.

Please login to write comment.