Color Hex Logo

#d829dd Color Hex

#D829DD
(216,41,221)
0 Favorites   0 Comments

Color spaces of #d829dd

RGB 21641221
HSL0.830.730.51
HSV298°81°87°
CMYK 0.020.810.00   0.13
XYZ42.163021.405370.3160
Yxy21.40530.31490.1599
Hunter Lab46.265981.7053-57.7243
CIE-Lab53.390282.2342-53.2350

#d829dd color RGB value is (216,41,221).

#d829dd hex color red value is 216, green value is 41 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d829dd hue: 0.83 , saturation: 0.73 and the lightness value of d829dd is 0.51.

The process color (four color CMYK) of #d829dd color hex is 0.02, 0.81, 0.00, 0.13. Web safe color of #d829dd is #cc33cc. Color #d829dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00101001 11011101
Octal 330 51 335
Decimal 216 41 221
Hex D8 29 DD

RGB Percentages of Color #d829dd

%45.19
%8.58
%46.23

CMYK Percentages of Color #d829dd

%2
%81
%0
%13

Triadic Colors of #d829dd

#d829dd #ddd829 #29ddd8

Analogous Colors of #d829dd

#d829dd #dd2988 #7e29dd

Monochromatic Colors of #d829dd

#d829dd

Complementary Color

#d829dd #2edd29

#d829dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d829dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d829dd Color CSS Codes

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

#d829dd Text Font Color

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

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


#d829dd Background Color

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

This div background color is #d829dd


#d829dd Border Color

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

This div border color is #d829dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,41,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d829dd


Comments

No comments written yet.

Please login to write comment.