Color Hex Logo

#c159de Color Hex

#C159DE
(193,89,222)
0 Favorites   0 Comments

Color spaces of #c159de

RGB 19389222
HSL0.800.670.61
HSV287°60°87°
CMYK 0.130.600.00   0.13
XYZ38.749523.756171.6503
Yxy23.75610.28880.1771
Hunter Lab48.740256.6158-53.0408
CIE-Lab55.842861.0813-50.0931

#c159de color RGB value is (193,89,222).

#c159de hex color red value is 193, green value is 89 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c159de hue: 0.80 , saturation: 0.67 and the lightness value of c159de is 0.61.

The process color (four color CMYK) of #c159de color hex is 0.13, 0.60, 0.00, 0.13. Web safe color of #c159de is #cc66cc. Color #c159de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011001 11011110
Octal 301 131 336
Decimal 193 89 222
Hex C1 59 DE

RGB Percentages of Color #c159de

%38.29
%17.66
%44.05

CMYK Percentages of Color #c159de

%13
%60
%0
%13

Triadic Colors of #c159de

#c159de #dec159 #59dec1

Analogous Colors of #c159de

#c159de #de59b9 #7f59de

Monochromatic Colors of #c159de

#c159de

Complementary Color

#c159de #76de59

#c159de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c159de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c159de Color CSS Codes

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

#c159de Text Font Color

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

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


#c159de Background Color

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

This div background color is #c159de


#c159de Border Color

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

This div border color is #c159de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c159de


Comments

No comments written yet.

Please login to write comment.