Color Hex Logo

#c082ca Color Hex

#C082CA
(192,130,202)
0 Favorites   0 Comments

Color spaces of #c082ca

RGB 192130202
HSL0.810.400.65
HSV292°36°79°
CMYK 0.050.360.00   0.21
XYZ40.381531.436059.8165
Yxy31.43600.30680.2388
Hunter Lab56.067830.4417-24.0066
CIE-Lab62.874035.9078-27.8115

#c082ca color RGB value is (192,130,202).

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

The process color (four color CMYK) of #c082ca color hex is 0.05, 0.36, 0.00, 0.21. Web safe color of #c082ca is #cc99cc. Color #c082ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000010 11001010
Octal 300 202 312
Decimal 192 130 202
Hex C0 82 CA

RGB Percentages of Color #c082ca

%36.64
%24.81
%38.55

CMYK Percentages of Color #c082ca

%5
%36
%0
%21

Triadic Colors of #c082ca

#c082ca #cac082 #82cac0

Analogous Colors of #c082ca

#c082ca #ca82b0 #9c82ca

Monochromatic Colors of #c082ca

#c082ca

Complementary Color

#c082ca #8cca82

#c082ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c082ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c082ca Color CSS Codes

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

#c082ca Text Font Color

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

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


#c082ca Background Color

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

This div background color is #c082ca


#c082ca Border Color

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

This div border color is #c082ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,130,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c082ca


Comments

No comments written yet.

Please login to write comment.