Color Hex Logo

#c059cf Color Hex

#C059CF
(192,89,207)
0 Favorites   0 Comments

Color spaces of #c059cf

RGB 19289207
HSL0.810.550.58
HSV292°57°81°
CMYK 0.070.570.00   0.19
XYZ36.573122.856261.5156
Yxy22.85620.30240.1890
Hunter Lab47.808252.8877-42.8238
CIE-Lab54.923957.9665-43.0550

#c059cf color RGB value is (192,89,207).

#c059cf hex color red value is 192, green value is 89 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c059cf hue: 0.81 , saturation: 0.55 and the lightness value of c059cf is 0.58.

The process color (four color CMYK) of #c059cf color hex is 0.07, 0.57, 0.00, 0.19. Web safe color of #c059cf is #cc66cc. Color #c059cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011001 11001111
Octal 300 131 317
Decimal 192 89 207
Hex C0 59 CF

RGB Percentages of Color #c059cf

%39.34
%18.24
%42.42

CMYK Percentages of Color #c059cf

%7
%57
%0
%19

Triadic Colors of #c059cf

#c059cf #cfc059 #59cfc0

Analogous Colors of #c059cf

#c059cf #cf59a3 #8559cf

Monochromatic Colors of #c059cf

#c059cf

Complementary Color

#c059cf #68cf59

#c059cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c059cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c059cf Color CSS Codes

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

#c059cf Text Font Color

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

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


#c059cf Background Color

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

This div background color is #c059cf


#c059cf Border Color

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

This div border color is #c059cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c059cf


Comments

No comments written yet.

Please login to write comment.