Color Hex Logo

#c082cc Color Hex

#C082CC
(192,130,204)
0 Favorites   0 Comments

Color spaces of #c082cc

RGB 192130204
HSL0.810.420.65
HSV290°36°80°
CMYK 0.060.360.00   0.20
XYZ40.619931.531461.0720
Yxy31.53140.30490.2367
Hunter Lab56.152830.8561-25.1770
CIE-Lab62.953736.3025-28.8122

#c082cc color RGB value is (192,130,204).

#c082cc hex color red value is 192, green value is 130 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c082cc hue: 0.81 , saturation: 0.42 and the lightness value of c082cc is 0.65.

The process color (four color CMYK) of #c082cc color hex is 0.06, 0.36, 0.00, 0.20. Web safe color of #c082cc is #cc99cc. Color #c082cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000010 11001100
Octal 300 202 314
Decimal 192 130 204
Hex C0 82 CC

RGB Percentages of Color #c082cc

%36.50
%24.71
%38.78

CMYK Percentages of Color #c082cc

%6
%36
%0
%20

Triadic Colors of #c082cc

#c082cc #ccc082 #82ccc0

Analogous Colors of #c082cc

#c082cc #cc82b3 #9b82cc

Monochromatic Colors of #c082cc

#c082cc

Complementary Color

#c082cc #8ecc82

#c082cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c082cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c082cc Color CSS Codes

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

#c082cc Text Font Color

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

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


#c082cc Background Color

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

This div background color is #c082cc


#c082cc Border Color

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

This div border color is #c082cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c082cc


Comments

No comments written yet.

Please login to write comment.