Color Hex Logo

#c159ea Color Hex

#C159EA
(193,89,234)
0 Favorites   0 Comments

Color spaces of #c159ea

RGB 19389234
HSL0.790.780.63
HSV283°62°92°
CMYK 0.180.620.00   0.08
XYZ40.416024.422780.4258
Yxy24.42270.27820.1681
Hunter Lab49.419359.4966-61.8960
CIE-Lab56.508563.4520-55.7755

#c159ea color RGB value is (193,89,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011001 11101010
Octal 301 131 352
Decimal 193 89 234
Hex C1 59 EA

RGB Percentages of Color #c159ea

%37.40
%17.25
%45.35

CMYK Percentages of Color #c159ea

%18
%62
%0
%8

Triadic Colors of #c159ea

#c159ea #eac159 #59eac1

Analogous Colors of #c159ea

#c159ea #ea59cb #7959ea

Monochromatic Colors of #c159ea

#c159ea

Complementary Color

#c159ea #82ea59

#c159ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c159ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c159ea Color CSS Codes

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

#c159ea Text Font Color

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

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


#c159ea Background Color

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

This div background color is #c159ea


#c159ea Border Color

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

This div border color is #c159ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c159ea


Comments

No comments written yet.

Please login to write comment.