Color Hex Logo

#d9507f Color Hex

#D9507F
(217,80,127)
0 Favorites   0 Comments

Color spaces of #d9507f

RGB 21780127
HSL0.940.640.58
HSV339°63°85°
CMYK 0.000.630.41   0.15
XYZ35.314722.021322.4679
Yxy22.02130.44250.2759
Hunter Lab46.926952.20784.4616
CIE-Lab54.049657.51532.5897

#d9507f color RGB value is (217,80,127).

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

The process color (four color CMYK) of #d9507f color hex is 0.00, 0.63, 0.41, 0.15. Web safe color of #d9507f is #cc6666. Color #d9507f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01010000 01111111
Octal 331 120 177
Decimal 217 80 127
Hex D9 50 7F

RGB Percentages of Color #d9507f

%51.18
%18.87
%29.95

CMYK Percentages of Color #d9507f

%0
%63
%41
%15

Triadic Colors of #d9507f

#d9507f #7fd950 #507fd9

Analogous Colors of #d9507f

#d9507f #d96650 #d950c4

Monochromatic Colors of #d9507f

#d9507f

Complementary Color

#d9507f #50d9aa

#d9507f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9507f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9507f Color CSS Codes

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

#d9507f Text Font Color

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

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


#d9507f Background Color

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

This div background color is #d9507f


#d9507f Border Color

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

This div border color is #d9507f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9507f


Comments

No comments written yet.

Please login to write comment.