Color Hex Logo

#c059bb Color Hex

#C059BB
(192,89,187)
0 Favorites   0 Comments

Color spaces of #c059bb

RGB 19289187
HSL0.840.450.55
HSV303°54°75°
CMYK 0.000.540.03   0.25
XYZ34.280221.939149.4416
Yxy21.93910.32440.2076
Hunter Lab46.839248.6702-29.7967
CIE-Lab53.962354.3467-33.0990

#c059bb color RGB value is (192,89,187).

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

The process color (four color CMYK) of #c059bb color hex is 0.00, 0.54, 0.03, 0.25. Web safe color of #c059bb is #cc66cc. Color #c059bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011001 10111011
Octal 300 131 273
Decimal 192 89 187
Hex C0 59 BB

RGB Percentages of Color #c059bb

%41.03
%19.02
%39.96

CMYK Percentages of Color #c059bb

%0
%54
%3
%25

Triadic Colors of #c059bb

#c059bb #bbc059 #59bbc0

Analogous Colors of #c059bb

#c059bb #c05988 #9259c0

Monochromatic Colors of #c059bb

#c059bb

Complementary Color

#c059bb #59c05e

#c059bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c059bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c059bb Color CSS Codes

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

#c059bb Text Font Color

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

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


#c059bb Background Color

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

This div background color is #c059bb


#c059bb Border Color

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

This div border color is #c059bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c059bb


Comments

No comments written yet.

Please login to write comment.