Color Hex Logo

#c11aad Color Hex

#C11AAD
(193,26,173)
0 Favorites   0 Comments

Color spaces of #c11aad

RGB 19326173
HSL0.850.760.43
HSV307°87°76°
CMYK 0.000.870.10   0.24
XYZ29.904515.093440.8723
Yxy15.09340.34830.1758
Hunter Lab38.850269.4104-35.1808
CIE-Lab45.761973.8559-37.7875

#c11aad color RGB value is (193,26,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00011010 10101101
Octal 301 32 255
Decimal 193 26 173
Hex C1 1A AD

RGB Percentages of Color #c11aad

%49.23
%6.63
%44.13

CMYK Percentages of Color #c11aad

%0
%87
%10
%24

Triadic Colors of #c11aad

#c11aad #adc11a #1aadc1

Analogous Colors of #c11aad

#c11aad #c11a5a #821ac1

Monochromatic Colors of #c11aad

#c11aad

Complementary Color

#c11aad #1ac12e

#c11aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c11aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c11aad Color CSS Codes

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

#c11aad Text Font Color

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

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


#c11aad Background Color

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

This div background color is #c11aad


#c11aad Border Color

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

This div border color is #c11aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c11aad


Comments

No comments written yet.

Please login to write comment.