Color Hex Logo

#d5761e Color Hex

#D5761E
(213,118,30)
0 Favorites   0 Comments

Color spaces of #d5761e

RGB 21311830
HSL0.080.750.48
HSV29°86°84°
CMYK 0.000.450.86   0.16
XYZ34.153327.19674.6777
Yxy27.19670.51730.4119
Hunter Lab52.150525.636231.1872
CIE-Lab59.156031.520759.5326

#d5761e color RGB value is (213,118,30).

#d5761e hex color red value is 213, green value is 118 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #d5761e hue: 0.08 , saturation: 0.75 and the lightness value of d5761e is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01110110 00011110
Octal 325 166 36
Decimal 213 118 30
Hex D5 76 1E

RGB Percentages of Color #d5761e

%59.00
%32.69
%8.31

CMYK Percentages of Color #d5761e

%0
%45
%86
%16

Triadic Colors of #d5761e

#d5761e #1ed576 #761ed5

Analogous Colors of #d5761e

#d5761e #d5d21e #d51e21

Monochromatic Colors of #d5761e

#d5761e

Complementary Color

#d5761e #1e7dd5

#d5761e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5761e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5761e Color CSS Codes

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

#d5761e Text Font Color

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

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


#d5761e Background Color

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

This div background color is #d5761e


#d5761e Border Color

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

This div border color is #d5761e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5761e


Comments

No comments written yet.

Please login to write comment.