Color Hex Logo

#d5958b Color Hex

#D5958B
(213,149,139)
0 Favorites   0 Comments

Color spaces of #d5958b

RGB 213149139
HSL0.020.470.69
HSV35°84°
CMYK 0.000.300.35   0.16
XYZ42.848237.505129.4070
Yxy37.50510.39040.3417
Hunter Lab61.241417.717014.3990
CIE-Lab67.654322.805914.9528

#d5958b color RGB value is (213,149,139).

#d5958b hex color red value is 213, green value is 149 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #d5958b hue: 0.02 , saturation: 0.47 and the lightness value of d5958b is 0.69.

The process color (four color CMYK) of #d5958b color hex is 0.00, 0.30, 0.35, 0.16. Web safe color of #d5958b is #cc9999. Color #d5958b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10010101 10001011
Octal 325 225 213
Decimal 213 149 139
Hex D5 95 8B

RGB Percentages of Color #d5958b

%42.51
%29.74
%27.74

CMYK Percentages of Color #d5958b

%0
%30
%35
%16

Triadic Colors of #d5958b

#d5958b #8bd595 #958bd5

Analogous Colors of #d5958b

#d5958b #d5ba8b #d58ba6

Monochromatic Colors of #d5958b

#d5958b

Complementary Color

#d5958b #8bcbd5

#d5958b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5958b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5958b Color CSS Codes

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

#d5958b Text Font Color

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

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


#d5958b Background Color

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

This div background color is #d5958b


#d5958b Border Color

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

This div border color is #d5958b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5958b


Comments

No comments written yet.

Please login to write comment.