Color Hex Logo

#d95387 Color Hex

#D95387
(217,83,135)
0 Favorites   0 Comments

Color spaces of #d95387

RGB 21783135
HSL0.940.640.59
HSV337°62°85°
CMYK 0.000.620.38   0.15
XYZ36.081722.687525.3991
Yxy22.68750.42870.2695
Hunter Lab47.631451.86221.7260
CIE-Lab54.749057.0844-1.1354

#d95387 color RGB value is (217,83,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01010011 10000111
Octal 331 123 207
Decimal 217 83 135
Hex D9 53 87

RGB Percentages of Color #d95387

%49.89
%19.08
%31.03

CMYK Percentages of Color #d95387

%0
%62
%38
%15

Triadic Colors of #d95387

#d95387 #87d953 #5387d9

Analogous Colors of #d95387

#d95387 #d96253 #d953ca

Monochromatic Colors of #d95387

#d95387

Complementary Color

#d95387 #53d9a5

#d95387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d95387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d95387 Color CSS Codes

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

#d95387 Text Font Color

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

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


#d95387 Background Color

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

This div background color is #d95387


#d95387 Border Color

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

This div border color is #d95387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d95387


Comments

No comments written yet.

Please login to write comment.