Color Hex Logo

#d9518c Color Hex

#D9518C
(217,81,140)
0 Favorites   0 Comments

Color spaces of #d9518c

RGB 21781140
HSL0.930.640.58
HSV334°63°85°
CMYK 0.000.630.35   0.15
XYZ36.291322.530027.2469
Yxy22.53000.42170.2618
Hunter Lab47.465853.4121-0.8083
CIE-Lab54.584958.4914-4.3344

#d9518c color RGB value is (217,81,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01010001 10001100
Octal 331 121 214
Decimal 217 81 140
Hex D9 51 8C

RGB Percentages of Color #d9518c

%49.54
%18.49
%31.96

CMYK Percentages of Color #d9518c

%0
%63
%35
%15

Triadic Colors of #d9518c

#d9518c #8cd951 #518cd9

Analogous Colors of #d9518c

#d9518c #d95a51 #d951d0

Monochromatic Colors of #d9518c

#d9518c

Complementary Color

#d9518c #51d99e

#d9518c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9518c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9518c Color CSS Codes

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

#d9518c Text Font Color

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

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


#d9518c Background Color

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

This div background color is #d9518c


#d9518c Border Color

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

This div border color is #d9518c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9518c


Comments

No comments written yet.

Please login to write comment.