Color Hex Logo

#c821cc Color Hex

#C821CC
(200,33,204)
0 Favorites   0 Comments

Color spaces of #c821cc

RGB 20033204
HSL0.830.720.46
HSV299°84°80°
CMYK 0.020.840.00   0.20
XYZ35.262417.726758.6898
Yxy17.72670.31570.1587
Hunter Lab42.103175.8179-53.1754
CIE-Lab49.162978.4010-50.4163

#c821cc color RGB value is (200,33,204).

#c821cc hex color red value is 200, green value is 33 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c821cc hue: 0.83 , saturation: 0.72 and the lightness value of c821cc is 0.46.

The process color (four color CMYK) of #c821cc color hex is 0.02, 0.84, 0.00, 0.20. Web safe color of #c821cc is #cc33cc. Color #c821cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00100001 11001100
Octal 310 41 314
Decimal 200 33 204
Hex C8 21 CC

RGB Percentages of Color #c821cc

%45.77
%7.55
%46.68

CMYK Percentages of Color #c821cc

%2
%84
%0
%20

Triadic Colors of #c821cc

#c821cc #ccc821 #21ccc8

Analogous Colors of #c821cc

#c821cc #cc217b #7321cc

Monochromatic Colors of #c821cc

#c821cc

Complementary Color

#c821cc #25cc21

#c821cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c821cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c821cc Color CSS Codes

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

#c821cc Text Font Color

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

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


#c821cc Background Color

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

This div background color is #c821cc


#c821cc Border Color

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

This div border color is #c821cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c821cc


Comments

No comments written yet.

Please login to write comment.