Color Hex Logo

#d95389 Color Hex

#D95389
(217,83,137)
0 Favorites   0 Comments

Color spaces of #d95389

RGB 21783137
HSL0.930.640.59
HSV336°62°85°
CMYK 0.000.620.37   0.15
XYZ36.223922.744426.1478
Yxy22.74440.42560.2672
Hunter Lab47.691152.12080.8766
CIE-Lab54.808157.3047-2.2316

#d95389 color RGB value is (217,83,137).

#d95389 hex color red value is 217, green value is 83 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #d95389 hue: 0.93 , saturation: 0.64 and the lightness value of d95389 is 0.59.

The process color (four color CMYK) of #d95389 color hex is 0.00, 0.62, 0.37, 0.15. Web safe color of #d95389 is #cc6699. Color #d95389 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01010011 10001001
Octal 331 123 211
Decimal 217 83 137
Hex D9 53 89

RGB Percentages of Color #d95389

%49.66
%18.99
%31.35

CMYK Percentages of Color #d95389

%0
%62
%37
%15

Triadic Colors of #d95389

#d95389 #89d953 #5389d9

Analogous Colors of #d95389

#d95389 #d96053 #d953cc

Monochromatic Colors of #d95389

#d95389

Complementary Color

#d95389 #53d9a3

#d95389 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d95389 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d95389 Color CSS Codes

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

#d95389 Text Font Color

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

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


#d95389 Background Color

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

This div background color is #d95389


#d95389 Border Color

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

This div border color is #d95389


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d95389


Comments

No comments written yet.

Please login to write comment.