Color Hex Logo

#d820cc Color Hex

#D820CC
(216,32,204)
0 Favorites   0 Comments

Color spaces of #d820cc

RGB 21632204
HSL0.840.740.49
HSV304°85°85°
CMYK 0.000.850.06   0.15
XYZ39.734519.991658.8913
Yxy19.99160.33500.1685
Hunter Lab44.712080.3829-46.7940
CIE-Lab51.827781.5027-46.0079

#d820cc color RGB value is (216,32,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00100000 11001100
Octal 330 40 314
Decimal 216 32 204
Hex D8 20 CC

RGB Percentages of Color #d820cc

%47.79
%7.08
%45.13

CMYK Percentages of Color #d820cc

%0
%85
%6
%15

Triadic Colors of #d820cc

#d820cc #ccd820 #20ccd8

Analogous Colors of #d820cc

#d820cc #d82070 #8820d8

Monochromatic Colors of #d820cc

#d820cc

Complementary Color

#d820cc #20d82c

#d820cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d820cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d820cc Color CSS Codes

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

#d820cc Text Font Color

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

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


#d820cc Background Color

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

This div background color is #d820cc


#d820cc Border Color

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

This div border color is #d820cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d820cc


Comments

No comments written yet.

Please login to write comment.