Color Hex Logo

#c082ce Color Hex

#C082CE
(192,130,206)
0 Favorites   0 Comments

Color spaces of #c082ce

RGB 192130206
HSL0.800.440.66
HSV289°37°81°
CMYK 0.070.370.00   0.19
XYZ40.861431.628062.3437
Yxy31.62800.30310.2346
Hunter Lab56.238831.2749-26.3590
CIE-Lab63.034236.7002-29.8103

#c082ce color RGB value is (192,130,206).

#c082ce hex color red value is 192, green value is 130 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c082ce hue: 0.80 , saturation: 0.44 and the lightness value of c082ce is 0.66.

The process color (four color CMYK) of #c082ce color hex is 0.07, 0.37, 0.00, 0.19. Web safe color of #c082ce is #cc99cc. Color #c082ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000010 11001110
Octal 300 202 316
Decimal 192 130 206
Hex C0 82 CE

RGB Percentages of Color #c082ce

%36.36
%24.62
%39.02

CMYK Percentages of Color #c082ce

%7
%37
%0
%19

Triadic Colors of #c082ce

#c082ce #cec082 #82cec0

Analogous Colors of #c082ce

#c082ce #ce82b6 #9a82ce

Monochromatic Colors of #c082ce

#c082ce

Complementary Color

#c082ce #90ce82

#c082ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c082ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c082ce Color CSS Codes

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

#c082ce Text Font Color

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

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


#c082ce Background Color

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

This div background color is #c082ce


#c082ce Border Color

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

This div border color is #c082ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c082ce


Comments

No comments written yet.

Please login to write comment.