Color Hex Logo

#c082c7 Color Hex

#C082C7
(192,130,199)
0 Favorites   0 Comments

Color spaces of #c082c7

RGB 192130199
HSL0.820.380.65
HSV294°35°78°
CMYK 0.040.350.00   0.22
XYZ40.029731.295357.9636
Yxy31.29530.30960.2421
Hunter Lab55.942229.8276-22.2728
CIE-Lab62.756135.3210-26.3056

#c082c7 color RGB value is (192,130,199).

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

The process color (four color CMYK) of #c082c7 color hex is 0.04, 0.35, 0.00, 0.22. Web safe color of #c082c7 is #cc99cc. Color #c082c7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000010 11000111
Octal 300 202 307
Decimal 192 130 199
Hex C0 82 C7

RGB Percentages of Color #c082c7

%36.85
%24.95
%38.20

CMYK Percentages of Color #c082c7

%4
%35
%0
%22

Triadic Colors of #c082c7

#c082c7 #c7c082 #82c7c0

Analogous Colors of #c082c7

#c082c7 #c782ac #9e82c7

Monochromatic Colors of #c082c7

#c082c7

Complementary Color

#c082c7 #89c782

#c082c7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c082c7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c082c7 Color CSS Codes

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

#c082c7 Text Font Color

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

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


#c082c7 Background Color

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

This div background color is #c082c7


#c082c7 Border Color

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

This div border color is #c082c7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c082c7


Comments

No comments written yet.

Please login to write comment.