Color Hex Logo

#c158aa Color Hex

#C158AA
(193,88,170)
0 Favorites   0 Comments

Color spaces of #c158aa

RGB 19388170
HSL0.870.460.55
HSV313°54°76°
CMYK 0.000.540.12   0.24
XYZ32.737721.219240.4005
Yxy21.21920.34700.2249
Hunter Lab46.064346.2466-19.7550
CIE-Lab53.188652.2615-24.4255

#c158aa color RGB value is (193,88,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 01011000 10101010
Octal 301 130 252
Decimal 193 88 170
Hex C1 58 AA

RGB Percentages of Color #c158aa

%42.79
%19.51
%37.69

CMYK Percentages of Color #c158aa

%0
%54
%12
%24

Triadic Colors of #c158aa

#c158aa #aac158 #58aac1

Analogous Colors of #c158aa

#c158aa #c15876 #a458c1

Monochromatic Colors of #c158aa

#c158aa

Complementary Color

#c158aa #58c16f

#c158aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c158aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c158aa Color CSS Codes

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

#c158aa Text Font Color

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

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


#c158aa Background Color

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

This div background color is #c158aa


#c158aa Border Color

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

This div border color is #c158aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c158aa


Comments

No comments written yet.

Please login to write comment.