Color Hex Logo

#d821eb Color Hex

#D821EB
(216,33,235)
0 Favorites   0 Comments

Color spaces of #d821eb

RGB 21633235
HSL0.820.830.53
HSV294°86°92°
CMYK 0.080.860.00   0.08
XYZ43.858221.684880.4713
Yxy21.68480.30040.1485
Hunter Lab46.566986.6247-69.8609
CIE-Lab53.691085.9815-60.6675

#d821eb color RGB value is (216,33,235).

#d821eb hex color red value is 216, green value is 33 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d821eb hue: 0.82 , saturation: 0.83 and the lightness value of d821eb is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00100001 11101011
Octal 330 41 353
Decimal 216 33 235
Hex D8 21 EB

RGB Percentages of Color #d821eb

%44.63
%6.82
%48.55

CMYK Percentages of Color #d821eb

%8
%86
%0
%8

Triadic Colors of #d821eb

#d821eb #ebd821 #21ebd8

Analogous Colors of #d821eb

#d821eb #eb2199 #7321eb

Monochromatic Colors of #d821eb

#d821eb

Complementary Color

#d821eb #34eb21

#d821eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d821eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d821eb Color CSS Codes

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

#d821eb Text Font Color

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

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


#d821eb Background Color

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

This div background color is #d821eb


#d821eb Border Color

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

This div border color is #d821eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d821eb


Comments

No comments written yet.

Please login to write comment.