Color Hex Logo

#c159ad Color Hex

#C159AD
(193,89,173)
0 Favorites   0 Comments

Color spaces of #c159ad

RGB 19389173
HSL0.870.460.55
HSV312°54°76°
CMYK 0.000.540.10   0.24
XYZ33.107521.499341.9400
Yxy21.49930.34290.2227
Hunter Lab46.367346.3109-21.1716
CIE-Lab53.491752.2698-25.7057

#c159ad color RGB value is (193,89,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011001 10101101
Octal 301 131 255
Decimal 193 89 173
Hex C1 59 AD

RGB Percentages of Color #c159ad

%42.42
%19.56
%38.02

CMYK Percentages of Color #c159ad

%0
%54
%10
%24

Triadic Colors of #c159ad

#c159ad #adc159 #59adc1

Analogous Colors of #c159ad

#c159ad #c15979 #a159c1

Monochromatic Colors of #c159ad

#c159ad

Complementary Color

#c159ad #59c16d

#c159ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c159ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c159ad Color CSS Codes

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

#c159ad Text Font Color

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

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


#c159ad Background Color

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

This div background color is #c159ad


#c159ad Border Color

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

This div border color is #c159ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c159ad


Comments

No comments written yet.

Please login to write comment.