Color Hex Logo

#d5915b Color Hex

#D5915B
(213,145,91)
0 Favorites   0 Comments

Color spaces of #d5915b

RGB 21314591
HSL0.070.590.60
HSV27°57°84°
CMYK 0.000.320.57   0.16
XYZ39.454335.152314.6031
Yxy35.15230.44230.3940
Hunter Lab59.289415.027026.8993
CIE-Lab65.867120.107438.7757

#d5915b color RGB value is (213,145,91).

#d5915b hex color red value is 213, green value is 145 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #d5915b hue: 0.07 , saturation: 0.59 and the lightness value of d5915b is 0.60.

The process color (four color CMYK) of #d5915b color hex is 0.00, 0.32, 0.57, 0.16. Web safe color of #d5915b is #cc9966. Color #d5915b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10010001 01011011
Octal 325 221 133
Decimal 213 145 91
Hex D5 91 5B

RGB Percentages of Color #d5915b

%47.44
%32.29
%20.27

CMYK Percentages of Color #d5915b

%0
%32
%57
%16

Triadic Colors of #d5915b

#d5915b #5bd591 #915bd5

Analogous Colors of #d5915b

#d5915b #d5ce5b #d55b62

Monochromatic Colors of #d5915b

#d5915b

Complementary Color

#d5915b #5b9fd5

#d5915b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5915b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5915b Color CSS Codes

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

#d5915b Text Font Color

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

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


#d5915b Background Color

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

This div background color is #d5915b


#d5915b Border Color

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

This div border color is #d5915b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5915b


Comments

No comments written yet.

Please login to write comment.