Color Hex Logo

#d817ae Color Hex

#D817AE
(216,23,174)
0 Favorites   0 Comments

Color spaces of #d817ae

RGB 21623174
HSL0.870.810.47
HSV313°89°85°
CMYK 0.000.890.19   0.15
XYZ36.265318.267741.6590
Yxy18.26770.37700.1899
Hunter Lab42.740776.6601-27.8709
CIE-Lab49.819278.9465-31.7118

#d817ae color RGB value is (216,23,174).

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

The process color (four color CMYK) of #d817ae color hex is 0.00, 0.89, 0.19, 0.15. Web safe color of #d817ae is #cc0099. Color #d817ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00010111 10101110
Octal 330 27 256
Decimal 216 23 174
Hex D8 17 AE

RGB Percentages of Color #d817ae

%52.30
%5.57
%42.13

CMYK Percentages of Color #d817ae

%0
%89
%19
%15

Triadic Colors of #d817ae

#d817ae #aed817 #17aed8

Analogous Colors of #d817ae

#d817ae #d8174d #a217d8

Monochromatic Colors of #d817ae

#d817ae

Complementary Color

#d817ae #17d841

#d817ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d817ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d817ae Color CSS Codes

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

#d817ae Text Font Color

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

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


#d817ae Background Color

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

This div background color is #d817ae


#d817ae Border Color

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

This div border color is #d817ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d817ae


Comments

No comments written yet.

Please login to write comment.