Color Hex Logo

#d821cc Color Hex

#D821CC
(216,33,204)
0 Favorites   0 Comments

Color spaces of #d821cc

RGB 21633204
HSL0.840.730.49
HSV304°85°85°
CMYK 0.000.850.06   0.15
XYZ39.761820.046358.9004
Yxy20.04630.33500.1689
Hunter Lab44.773180.1682-46.6567
CIE-Lab51.889581.3219-45.9097

#d821cc color RGB value is (216,33,204).

#d821cc hex color red value is 216, green value is 33 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d821cc hue: 0.84 , saturation: 0.73 and the lightness value of d821cc is 0.49.

The process color (four color CMYK) of #d821cc color hex is 0.00, 0.85, 0.06, 0.15. Web safe color of #d821cc is #cc33cc. Color #d821cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00100001 11001100
Octal 330 41 314
Decimal 216 33 204
Hex D8 21 CC

RGB Percentages of Color #d821cc

%47.68
%7.28
%45.03

CMYK Percentages of Color #d821cc

%0
%85
%6
%15

Triadic Colors of #d821cc

#d821cc #ccd821 #21ccd8

Analogous Colors of #d821cc

#d821cc #d82171 #8921d8

Monochromatic Colors of #d821cc

#d821cc

Complementary Color

#d821cc #21d82d

#d821cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d821cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d821cc Color CSS Codes

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

#d821cc Text Font Color

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

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


#d821cc Background Color

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

This div background color is #d821cc


#d821cc Border Color

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

This div border color is #d821cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d821cc


Comments

No comments written yet.

Please login to write comment.