Color Hex Logo

#d821c6 Color Hex

#D821C6
(216,33,198)
0 Favorites   0 Comments

Color spaces of #d821c6

RGB 21633198
HSL0.850.730.49
HSV306°85°85°
CMYK 0.000.850.08   0.15
XYZ39.055819.763955.1824
Yxy19.76390.34260.1734
Hunter Lab44.456679.0159-42.4749
CIE-Lab51.569280.4761-42.9583

#d821c6 color RGB value is (216,33,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00100001 11000110
Octal 330 41 306
Decimal 216 33 198
Hex D8 21 C6

RGB Percentages of Color #d821c6

%48.32
%7.38
%44.30

CMYK Percentages of Color #d821c6

%0
%85
%8
%15

Triadic Colors of #d821c6

#d821c6 #c6d821 #21c6d8

Analogous Colors of #d821c6

#d821c6 #d8216b #8f21d8

Monochromatic Colors of #d821c6

#d821c6

Complementary Color

#d821c6 #21d833

#d821c6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d821c6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d821c6 Color CSS Codes

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

#d821c6 Text Font Color

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

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


#d821c6 Background Color

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

This div background color is #d821c6


#d821c6 Border Color

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

This div border color is #d821c6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d821c6


Comments

No comments written yet.

Please login to write comment.