Color Hex Logo

#c059ea Color Hex

#C059EA
(192,89,234)
0 Favorites   0 Comments

Color spaces of #c059ea

RGB 19289234
HSL0.790.780.63
HSV283°62°92°
CMYK 0.180.620.00   0.08
XYZ40.161924.291780.4139
Yxy24.29170.27720.1677
Hunter Lab49.286659.2017-62.2344
CIE-Lab56.378763.2222-55.9906

#c059ea color RGB value is (192,89,234).

#c059ea hex color red value is 192, green value is 89 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #c059ea hue: 0.79 , saturation: 0.78 and the lightness value of c059ea is 0.63.

The process color (four color CMYK) of #c059ea color hex is 0.18, 0.62, 0.00, 0.08. Web safe color of #c059ea is #cc66ff. Color #c059ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011001 11101010
Octal 300 131 352
Decimal 192 89 234
Hex C0 59 EA

RGB Percentages of Color #c059ea

%37.28
%17.28
%45.44

CMYK Percentages of Color #c059ea

%18
%62
%0
%8

Triadic Colors of #c059ea

#c059ea #eac059 #59eac0

Analogous Colors of #c059ea

#c059ea #ea59cc #7859ea

Monochromatic Colors of #c059ea

#c059ea

Complementary Color

#c059ea #83ea59

#c059ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c059ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c059ea Color CSS Codes

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

#c059ea Text Font Color

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

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


#c059ea Background Color

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

This div background color is #c059ea


#c059ea Border Color

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

This div border color is #c059ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c059ea


Comments

No comments written yet.

Please login to write comment.