Color Hex Logo

#d829ec Color Hex

#D829EC
(216,41,236)
0 Favorites   0 Comments

Color spaces of #d829ec

RGB 21641236
HSL0.820.840.54
HSV294°83°93°
CMYK 0.080.830.00   0.07
XYZ44.252222.240981.3175
Yxy22.24090.29940.1505
Hunter Lab47.160384.9626-69.2204
CIE-Lab54.281784.5889-60.2807

#d829ec color RGB value is (216,41,236).

#d829ec hex color red value is 216, green value is 41 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d829ec hue: 0.82 , saturation: 0.84 and the lightness value of d829ec is 0.54.

The process color (four color CMYK) of #d829ec color hex is 0.08, 0.83, 0.00, 0.07. Web safe color of #d829ec is #cc33ff. Color #d829ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00101001 11101100
Octal 330 51 354
Decimal 216 41 236
Hex D8 29 EC

RGB Percentages of Color #d829ec

%43.81
%8.32
%47.87

CMYK Percentages of Color #d829ec

%8
%83
%0
%7

Triadic Colors of #d829ec

#d829ec #ecd829 #29ecd8

Analogous Colors of #d829ec

#d829ec #ec299f #7729ec

Monochromatic Colors of #d829ec

#d829ec

Complementary Color

#d829ec #3dec29

#d829ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d829ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d829ec Color CSS Codes

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

#d829ec Text Font Color

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

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


#d829ec Background Color

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

This div background color is #d829ec


#d829ec Border Color

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

This div border color is #d829ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d829ec


Comments

No comments written yet.

Please login to write comment.