Color Hex Logo

#d517ae Color Hex

#D517AE
(213,23,174)
0 Favorites   0 Comments

Color spaces of #d517ae

RGB 21323174
HSL0.870.810.46
HSV312°89°84°
CMYK 0.000.890.18   0.16
XYZ35.386917.814941.6179
Yxy17.81490.37320.1879
Hunter Lab42.207775.7908-28.9161
CIE-Lab49.270878.3582-32.6095

#d517ae color RGB value is (213,23,174).

#d517ae hex color red value is 213, green value is 23 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d517ae hue: 0.87 , saturation: 0.81 and the lightness value of d517ae is 0.46.

The process color (four color CMYK) of #d517ae color hex is 0.00, 0.89, 0.18, 0.16. Web safe color of #d517ae is #cc0099. Color #d517ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00010111 10101110
Octal 325 27 256
Decimal 213 23 174
Hex D5 17 AE

RGB Percentages of Color #d517ae

%51.95
%5.61
%42.44

CMYK Percentages of Color #d517ae

%0
%89
%18
%16

Triadic Colors of #d517ae

#d517ae #aed517 #17aed5

Analogous Colors of #d517ae

#d517ae #d5174f #9d17d5

Monochromatic Colors of #d517ae

#d517ae

Complementary Color

#d517ae #17d53e

#d517ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d517ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d517ae Color CSS Codes

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

#d517ae Text Font Color

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

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


#d517ae Background Color

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

This div background color is #d517ae


#d517ae Border Color

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

This div border color is #d517ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,23,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d517ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d517ae;
  -webkit-box-shadow: 1px 1px 3px 2px #d517ae;
  box-shadow:         1px 1px 3px 2px #d517ae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,23,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d517ae


Comments

No comments written yet.

Please login to write comment.