Color Hex Logo

#c822cc Color Hex

#C822CC
(200,34,204)
0 Favorites   0 Comments

Color spaces of #c822cc

RGB 20034204
HSL0.830.710.47
HSV299°83°80°
CMYK 0.020.830.00   0.20
XYZ35.290517.783058.6992
Yxy17.78300.31570.1591
Hunter Lab42.169975.5831-53.0109
CIE-Lab49.231878.1993-50.3062

#c822cc color RGB value is (200,34,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00100010 11001100
Octal 310 42 314
Decimal 200 34 204
Hex C8 22 CC

RGB Percentages of Color #c822cc

%45.66
%7.76
%46.58

CMYK Percentages of Color #c822cc

%2
%83
%0
%20

Triadic Colors of #c822cc

#c822cc #ccc822 #22ccc8

Analogous Colors of #c822cc

#c822cc #cc227b #7322cc

Monochromatic Colors of #c822cc

#c822cc

Complementary Color

#c822cc #26cc22

#c822cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c822cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c822cc Color CSS Codes

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

#c822cc Text Font Color

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

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


#c822cc Background Color

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

This div background color is #c822cc


#c822cc Border Color

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

This div border color is #c822cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c822cc


Comments

No comments written yet.

Please login to write comment.