Color Hex Logo

#d5957b Color Hex

#D5957B
(213,149,123)
0 Favorites   0 Comments

Color spaces of #d5957b

RGB 213149123
HSL0.050.520.66
HSV17°42°84°
CMYK 0.000.300.42   0.16
XYZ41.763237.071123.6932
Yxy37.07110.40730.3616
Hunter Lab60.886015.886919.5481
CIE-Lab67.330320.938423.3770

#d5957b color RGB value is (213,149,123).

#d5957b hex color red value is 213, green value is 149 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #d5957b hue: 0.05 , saturation: 0.52 and the lightness value of d5957b is 0.66.

The process color (four color CMYK) of #d5957b color hex is 0.00, 0.30, 0.42, 0.16. Web safe color of #d5957b is #cc9966. Color #d5957b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10010101 01111011
Octal 325 225 173
Decimal 213 149 123
Hex D5 95 7B

RGB Percentages of Color #d5957b

%43.92
%30.72
%25.36

CMYK Percentages of Color #d5957b

%0
%30
%42
%16

Triadic Colors of #d5957b

#d5957b #7bd595 #957bd5

Analogous Colors of #d5957b

#d5957b #d5c27b #d57b8e

Monochromatic Colors of #d5957b

#d5957b

Complementary Color

#d5957b #7bbbd5

#d5957b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5957b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5957b Color CSS Codes

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

#d5957b Text Font Color

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

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


#d5957b Background Color

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

This div background color is #d5957b


#d5957b Border Color

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

This div border color is #d5957b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5957b


Comments

No comments written yet.

Please login to write comment.