Color Hex Logo

#c11aaf Color Hex

#C11AAF
(193,26,175)
0 Favorites   0 Comments

Color spaces of #c11aaf

RGB 19326175
HSL0.850.760.43
HSV306°87°76°
CMYK 0.000.870.09   0.24
XYZ30.099615.171441.8994
Yxy15.17140.34530.1740
Hunter Lab38.950569.7754-36.5135
CIE-Lab45.868174.1361-38.8029

#c11aaf color RGB value is (193,26,175).

#c11aaf hex color red value is 193, green value is 26 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c11aaf hue: 0.85 , saturation: 0.76 and the lightness value of c11aaf is 0.43.

The process color (four color CMYK) of #c11aaf color hex is 0.00, 0.87, 0.09, 0.24. Web safe color of #c11aaf is #cc3399. Color #c11aaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00011010 10101111
Octal 301 32 257
Decimal 193 26 175
Hex C1 1A AF

RGB Percentages of Color #c11aaf

%48.98
%6.60
%44.42

CMYK Percentages of Color #c11aaf

%0
%87
%9
%24

Triadic Colors of #c11aaf

#c11aaf #afc11a #1aafc1

Analogous Colors of #c11aaf

#c11aaf #c11a5c #801ac1

Monochromatic Colors of #c11aaf

#c11aaf

Complementary Color

#c11aaf #1ac12c

#c11aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c11aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c11aaf Color CSS Codes

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

#c11aaf Text Font Color

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

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


#c11aaf Background Color

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

This div background color is #c11aaf


#c11aaf Border Color

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

This div border color is #c11aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c11aaf


Comments

No comments written yet.

Please login to write comment.