Color Hex Logo

#c159af Color Hex

#C159AF
(193,89,175)
0 Favorites   0 Comments

Color spaces of #c159af

RGB 19389175
HSL0.860.460.55
HSV310°54°76°
CMYK 0.000.540.09   0.24
XYZ33.302621.577442.9670
Yxy21.57740.34040.2205
Hunter Lab46.451546.6825-22.3264
CIE-Lab53.575752.5972-26.7390

#c159af color RGB value is (193,89,175).

#c159af hex color red value is 193, green value is 89 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c159af hue: 0.86 , saturation: 0.46 and the lightness value of c159af is 0.55.

The process color (four color CMYK) of #c159af color hex is 0.00, 0.54, 0.09, 0.24. Web safe color of #c159af is #cc6699. Color #c159af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011001 10101111
Octal 301 131 257
Decimal 193 89 175
Hex C1 59 AF

RGB Percentages of Color #c159af

%42.23
%19.47
%38.29

CMYK Percentages of Color #c159af

%0
%54
%9
%24

Triadic Colors of #c159af

#c159af #afc159 #59afc1

Analogous Colors of #c159af

#c159af #c1597b #9f59c1

Monochromatic Colors of #c159af

#c159af

Complementary Color

#c159af #59c16b

#c159af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c159af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c159af Color CSS Codes

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

#c159af Text Font Color

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

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


#c159af Background Color

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

This div background color is #c159af


#c159af Border Color

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

This div border color is #c159af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c159af


Comments

No comments written yet.

Please login to write comment.