Color Hex Logo

#c059db Color Hex

#C059DB
(192,89,219)
0 Favorites   0 Comments

Color spaces of #c059db

RGB 19289219
HSL0.800.640.60
HSV288°59°86°
CMYK 0.120.590.00   0.14
XYZ38.096823.465769.5392
Yxy23.46570.29060.1790
Hunter Lab48.441455.6091-51.2037
CIE-Lab55.548860.2548-48.8743

#c059db color RGB value is (192,89,219).

#c059db hex color red value is 192, green value is 89 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c059db hue: 0.80 , saturation: 0.64 and the lightness value of c059db is 0.60.

The process color (four color CMYK) of #c059db color hex is 0.12, 0.59, 0.00, 0.14. Web safe color of #c059db is #cc66cc. Color #c059db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011001 11011011
Octal 300 131 333
Decimal 192 89 219
Hex C0 59 DB

RGB Percentages of Color #c059db

%38.40
%17.80
%43.80

CMYK Percentages of Color #c059db

%12
%59
%0
%14

Triadic Colors of #c059db

#c059db #dbc059 #59dbc0

Analogous Colors of #c059db

#c059db #db59b5 #7f59db

Monochromatic Colors of #c059db

#c059db

Complementary Color

#c059db #74db59

#c059db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c059db Color Preview on White Background

Lorem ipsum dolor sit amet.

#c059db Color CSS Codes

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

#c059db Text Font Color

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

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


#c059db Background Color

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

This div background color is #c059db


#c059db Border Color

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

This div border color is #c059db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c059db


Comments

No comments written yet.

Please login to write comment.