Color Hex Logo

#d829ae Color Hex

#D829AE
(216,41,174)
0 Favorites   0 Comments

Color spaces of #d829ae

RGB 21641174
HSL0.870.690.50
HSV314°81°85°
CMYK 0.000.810.19   0.15
XYZ36.751819.240841.8212
Yxy19.24080.37570.1967
Hunter Lab43.864372.7939-25.8233
CIE-Lab50.967775.6103-29.9197

#d829ae color RGB value is (216,41,174).

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

The process color (four color CMYK) of #d829ae color hex is 0.00, 0.81, 0.19, 0.15. Web safe color of #d829ae is #cc3399. Color #d829ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00101001 10101110
Octal 330 51 256
Decimal 216 41 174
Hex D8 29 AE

RGB Percentages of Color #d829ae

%50.12
%9.51
%40.37

CMYK Percentages of Color #d829ae

%0
%81
%19
%15

Triadic Colors of #d829ae

#d829ae #aed829 #29aed8

Analogous Colors of #d829ae

#d829ae #d82956 #ab29d8

Monochromatic Colors of #d829ae

#d829ae

Complementary Color

#d829ae #29d853

#d829ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d829ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d829ae Color CSS Codes

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

#d829ae Text Font Color

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

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


#d829ae Background Color

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

This div background color is #d829ae


#d829ae Border Color

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

This div border color is #d829ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d829ae


Comments

No comments written yet.

Please login to write comment.