Color Hex Logo

#d5939f Color Hex

#D5939F
(213,147,159)
0 Favorites   0 Comments

Color spaces of #d5939f

RGB 213147159
HSL0.970.440.71
HSV349°31°84°
CMYK 0.000.310.25   0.16
XYZ44.132337.516837.7163
Yxy37.51680.36970.3143
Hunter Lab61.251021.42296.3669
CIE-Lab67.663026.56063.7864

#d5939f color RGB value is (213,147,159).

#d5939f hex color red value is 213, green value is 147 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #d5939f hue: 0.97 , saturation: 0.44 and the lightness value of d5939f is 0.71.

The process color (four color CMYK) of #d5939f color hex is 0.00, 0.31, 0.25, 0.16. Web safe color of #d5939f is #cc9999. Color #d5939f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10010011 10011111
Octal 325 223 237
Decimal 213 147 159
Hex D5 93 9F

RGB Percentages of Color #d5939f

%41.04
%28.32
%30.64

CMYK Percentages of Color #d5939f

%0
%31
%25
%16

Triadic Colors of #d5939f

#d5939f #9fd593 #939fd5

Analogous Colors of #d5939f

#d5939f #d5a893 #d593c0

Monochromatic Colors of #d5939f

#d5939f

Complementary Color

#d5939f #93d5c9

#d5939f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5939f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5939f Color CSS Codes

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

#d5939f Text Font Color

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

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


#d5939f Background Color

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

This div background color is #d5939f


#d5939f Border Color

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

This div border color is #d5939f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5939f


Comments

No comments written yet.

Please login to write comment.