Color Hex Logo

#d95087 Color Hex

#D95087
(217,80,135)
0 Favorites   0 Comments

Color spaces of #d95087

RGB 21780135
HSL0.930.640.58
HSV336°63°85°
CMYK 0.000.630.38   0.15
XYZ35.857122.238325.3242
Yxy22.23830.42980.2666
Hunter Lab47.157553.20021.1707
CIE-Lab54.278958.3577-1.8247

#d95087 color RGB value is (217,80,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01010000 10000111
Octal 331 120 207
Decimal 217 80 135
Hex D9 50 87

RGB Percentages of Color #d95087

%50.23
%18.52
%31.25

CMYK Percentages of Color #d95087

%0
%63
%38
%15

Triadic Colors of #d95087

#d95087 #87d950 #5087d9

Analogous Colors of #d95087

#d95087 #d95d50 #d950cc

Monochromatic Colors of #d95087

#d95087

Complementary Color

#d95087 #50d9a2

#d95087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d95087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d95087 Color CSS Codes

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

#d95087 Text Font Color

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

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


#d95087 Background Color

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

This div background color is #d95087


#d95087 Border Color

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

This div border color is #d95087


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,80,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 #d95087">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d95087


Comments

No comments written yet.

Please login to write comment.