Color Hex Logo

#d95d8e Color Hex

#D95D8E
(217,93,142)
0 Favorites   0 Comments

Color spaces of #d95d8e

RGB 21793142
HSL0.930.620.61
HSV336°57°85°
CMYK 0.000.570.35   0.15
XYZ37.412124.533428.3548
Yxy24.53340.41430.2717
Hunter Lab49.531248.14570.7305
CIE-Lab56.617953.4246-2.5147

#d95d8e color RGB value is (217,93,142).

#d95d8e hex color red value is 217, green value is 93 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #d95d8e hue: 0.93 , saturation: 0.62 and the lightness value of d95d8e is 0.61.

The process color (four color CMYK) of #d95d8e color hex is 0.00, 0.57, 0.35, 0.15. Web safe color of #d95d8e is #cc6699. Color #d95d8e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01011101 10001110
Octal 331 135 216
Decimal 217 93 142
Hex D9 5D 8E

RGB Percentages of Color #d95d8e

%48.01
%20.58
%31.42

CMYK Percentages of Color #d95d8e

%0
%57
%35
%15

Triadic Colors of #d95d8e

#d95d8e #8ed95d #5d8ed9

Analogous Colors of #d95d8e

#d95d8e #d96a5d #d95dcc

Monochromatic Colors of #d95d8e

#d95d8e

Complementary Color

#d95d8e #5dd9a8

#d95d8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d95d8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d95d8e Color CSS Codes

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

#d95d8e Text Font Color

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

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


#d95d8e Background Color

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

This div background color is #d95d8e


#d95d8e Border Color

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

This div border color is #d95d8e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,93,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d95d8e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d95d8e;
  -webkit-box-shadow: 1px 1px 3px 2px #d95d8e;
  box-shadow:         1px 1px 3px 2px #d95d8e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,93,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d95d8e


Comments

No comments written yet.

Please login to write comment.