Color Hex Logo

#d826cc Color Hex

#D826CC
(216,38,204)
0 Favorites   0 Comments

Color spaces of #d826cc

RGB 21638204
HSL0.840.700.50
HSV304°82°85°
CMYK 0.000.820.06   0.15
XYZ39.911120.344858.9501
Yxy20.34480.33480.1707
Hunter Lab45.105279.0106-45.9152
CIE-Lab52.224880.3441-45.3774

#d826cc color RGB value is (216,38,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00100110 11001100
Octal 330 46 314
Decimal 216 38 204
Hex D8 26 CC

RGB Percentages of Color #d826cc

%47.16
%8.30
%44.54

CMYK Percentages of Color #d826cc

%0
%82
%6
%15

Triadic Colors of #d826cc

#d826cc #ccd826 #26ccd8

Analogous Colors of #d826cc

#d826cc #d82673 #8b26d8

Monochromatic Colors of #d826cc

#d826cc

Complementary Color

#d826cc #26d832

#d826cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d826cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d826cc Color CSS Codes

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

#d826cc Text Font Color

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

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


#d826cc Background Color

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

This div background color is #d826cc


#d826cc Border Color

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

This div border color is #d826cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d826cc


Comments

No comments written yet.

Please login to write comment.