Color Hex Logo

#c115aa Color Hex

#C115AA
(193,21,170)
0 Favorites   0 Comments

Color spaces of #c115aa

RGB 19321170
HSL0.860.800.42
HSV308°89°76°
CMYK 0.000.890.12   0.24
XYZ29.516214.776139.3266
Yxy14.77610.35300.1767
Hunter Lab38.439769.7931-33.7502
CIE-Lab45.326074.2563-36.6968

#c115aa color RGB value is (193,21,170).

#c115aa hex color red value is 193, green value is 21 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c115aa hue: 0.86 , saturation: 0.80 and the lightness value of c115aa is 0.42.

The process color (four color CMYK) of #c115aa color hex is 0.00, 0.89, 0.12, 0.24. Web safe color of #c115aa is #cc0099. Color #c115aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010101 10101010
Octal 301 25 252
Decimal 193 21 170
Hex C1 15 AA

RGB Percentages of Color #c115aa

%50.26
%5.47
%44.27

CMYK Percentages of Color #c115aa

%0
%89
%12
%24

Triadic Colors of #c115aa

#c115aa #aac115 #15aac1

Analogous Colors of #c115aa

#c115aa #c11554 #8215c1

Monochromatic Colors of #c115aa

#c115aa

Complementary Color

#c115aa #15c12c

#c115aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c115aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c115aa Color CSS Codes

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

#c115aa Text Font Color

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

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


#c115aa Background Color

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

This div background color is #c115aa


#c115aa Border Color

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

This div border color is #c115aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c115aa


Comments

No comments written yet.

Please login to write comment.