Color Hex Logo

#d828cc Color Hex

#D828CC
(216,40,204)
0 Favorites   0 Comments

Color spaces of #d828cc

RGB 21640204
HSL0.840.690.50
HSV304°81°85°
CMYK 0.000.810.06   0.15
XYZ39.976820.476158.9720
Yxy20.47610.33470.1715
Hunter Lab45.250578.5083-45.5933
CIE-Lab52.371379.9181-45.1451

#d828cc color RGB value is (216,40,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00101000 11001100
Octal 330 50 314
Decimal 216 40 204
Hex D8 28 CC

RGB Percentages of Color #d828cc

%46.96
%8.70
%44.35

CMYK Percentages of Color #d828cc

%0
%81
%6
%15

Triadic Colors of #d828cc

#d828cc #ccd828 #28ccd8

Analogous Colors of #d828cc

#d828cc #d82874 #8c28d8

Monochromatic Colors of #d828cc

#d828cc

Complementary Color

#d828cc #28d834

#d828cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d828cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d828cc Color CSS Codes

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

#d828cc Text Font Color

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

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


#d828cc Background Color

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

This div background color is #d828cc


#d828cc Border Color

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

This div border color is #d828cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d828cc


Comments

No comments written yet.

Please login to write comment.