Color Hex Logo

#c82ccc Color Hex

#C82CCC
(200,44,204)
0 Favorites   0 Comments

Color spaces of #c82ccc

RGB 20044204
HSL0.830.650.49
HSV299°78°80°
CMYK 0.020.780.00   0.20
XYZ35.619218.440458.8087
Yxy18.44040.31560.1634
Hunter Lab42.942372.9108-51.1370
CIE-Lab50.026075.8887-49.0382

#c82ccc color RGB value is (200,44,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00101100 11001100
Octal 310 54 314
Decimal 200 44 204
Hex C8 2C CC

RGB Percentages of Color #c82ccc

%44.64
%9.82
%45.54

CMYK Percentages of Color #c82ccc

%2
%78
%0
%20

Triadic Colors of #c82ccc

#c82ccc #ccc82c #2cccc8

Analogous Colors of #c82ccc

#c82ccc #cc2c80 #782ccc

Monochromatic Colors of #c82ccc

#c82ccc

Complementary Color

#c82ccc #30cc2c

#c82ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c82ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c82ccc Color CSS Codes

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

#c82ccc Text Font Color

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

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


#c82ccc Background Color

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

This div background color is #c82ccc


#c82ccc Border Color

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

This div border color is #c82ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c82ccc


Comments

No comments written yet.

Please login to write comment.