Color Hex Logo

#d819cc Color Hex

#D819CC
(216,25,204)
0 Favorites   0 Comments

Color spaces of #d819cc

RGB 21625204
HSL0.840.790.47
HSV304°88°85°
CMYK 0.000.880.06   0.15
XYZ39.565619.653858.8350
Yxy19.65380.33510.1665
Hunter Lab44.332681.7242-47.6525
CIE-Lab51.443582.6283-46.6184

#d819cc color RGB value is (216,25,204).

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

The process color (four color CMYK) of #d819cc color hex is 0.00, 0.88, 0.06, 0.15. Web safe color of #d819cc is #cc00cc. Color #d819cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00011001 11001100
Octal 330 31 314
Decimal 216 25 204
Hex D8 19 CC

RGB Percentages of Color #d819cc

%48.54
%5.62
%45.84

CMYK Percentages of Color #d819cc

%0
%88
%6
%15

Triadic Colors of #d819cc

#d819cc #ccd819 #19ccd8

Analogous Colors of #d819cc

#d819cc #d8196d #8519d8

Monochromatic Colors of #d819cc

#d819cc

Complementary Color

#d819cc #19d825

#d819cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d819cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d819cc Color CSS Codes

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

#d819cc Text Font Color

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

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


#d819cc Background Color

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

This div background color is #d819cc


#d819cc Border Color

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

This div border color is #d819cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d819cc


Comments

No comments written yet.

Please login to write comment.