Color Hex Logo

#c082cf Color Hex

#C082CF
(192,130,207)
0 Favorites   0 Comments

Color spaces of #c082cf

RGB 192130207
HSL0.800.450.66
HSV288°37°81°
CMYK 0.070.370.00   0.19
XYZ40.983331.676762.9856
Yxy31.67670.30210.2335
Hunter Lab56.282131.4860-26.9544
CIE-Lab63.074836.9003-30.3085

#c082cf color RGB value is (192,130,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000010 11001111
Octal 300 202 317
Decimal 192 130 207
Hex C0 82 CF

RGB Percentages of Color #c082cf

%36.29
%24.57
%39.13

CMYK Percentages of Color #c082cf

%7
%37
%0
%19

Triadic Colors of #c082cf

#c082cf #cfc082 #82cfc0

Analogous Colors of #c082cf

#c082cf #cf82b8 #9a82cf

Monochromatic Colors of #c082cf

#c082cf

Complementary Color

#c082cf #91cf82

#c082cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c082cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c082cf Color CSS Codes

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

#c082cf Text Font Color

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

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


#c082cf Background Color

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

This div background color is #c082cf


#c082cf Border Color

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

This div border color is #c082cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c082cf


Comments

No comments written yet.

Please login to write comment.