Color Hex Logo

#c080cf Color Hex

#C080CF
(192,128,207)
0 Favorites   0 Comments

Color spaces of #c080cf

RGB 192128207
HSL0.800.450.66
HSV289°38°81°
CMYK 0.070.380.00   0.19
XYZ40.719931.149862.8978
Yxy31.14980.30210.2311
Hunter Lab55.812032.5609-27.7490
CIE-Lab62.633937.9897-30.9911

#c080cf color RGB value is (192,128,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 10000000 11001111
Octal 300 200 317
Decimal 192 128 207
Hex C0 80 CF

RGB Percentages of Color #c080cf

%36.43
%24.29
%39.28

CMYK Percentages of Color #c080cf

%7
%38
%0
%19

Triadic Colors of #c080cf

#c080cf #cfc080 #80cfc0

Analogous Colors of #c080cf

#c080cf #cf80b7 #9980cf

Monochromatic Colors of #c080cf

#c080cf

Complementary Color

#c080cf #8fcf80

#c080cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c080cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c080cf Color CSS Codes

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

#c080cf Text Font Color

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

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


#c080cf Background Color

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

This div background color is #c080cf


#c080cf Border Color

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

This div border color is #c080cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c080cf


Comments

No comments written yet.

Please login to write comment.