Color Hex Logo

#d7519e Color Hex

#D7519E
(215,81,158)
0 Favorites   0 Comments

Color spaces of #d7519e

RGB 21581158
HSL0.900.630.58
HSV326°62°84°
CMYK 0.000.620.27   0.16
XYZ37.138322.800634.7913
Yxy22.80060.39200.2407
Hunter Lab47.750055.2688-9.7745
CIE-Lab54.866460.0785-14.5476

#d7519e color RGB value is (215,81,158).

#d7519e hex color red value is 215, green value is 81 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #d7519e hue: 0.90 , saturation: 0.63 and the lightness value of d7519e is 0.58.

The process color (four color CMYK) of #d7519e color hex is 0.00, 0.62, 0.27, 0.16. Web safe color of #d7519e is #cc6699. Color #d7519e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010001 10011110
Octal 327 121 236
Decimal 215 81 158
Hex D7 51 9E

RGB Percentages of Color #d7519e

%47.36
%17.84
%34.80

CMYK Percentages of Color #d7519e

%0
%62
%27
%16

Triadic Colors of #d7519e

#d7519e #9ed751 #519ed7

Analogous Colors of #d7519e

#d7519e #d7515b #cd51d7

Monochromatic Colors of #d7519e

#d7519e

Complementary Color

#d7519e #51d78a

#d7519e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7519e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7519e Color CSS Codes

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

#d7519e Text Font Color

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

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


#d7519e Background Color

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

This div background color is #d7519e


#d7519e Border Color

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

This div border color is #d7519e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7519e


Comments

No comments written yet.

Please login to write comment.