Color Hex Logo

#c11cad Color Hex

#C11CAD
(193,28,173)
0 Favorites   0 Comments

Color spaces of #c11cad

RGB 19328173
HSL0.850.750.43
HSV307°85°76°
CMYK 0.000.850.10   0.24
XYZ29.950415.185140.8876
Yxy15.18510.34820.1765
Hunter Lab38.968168.9989-34.9329
CIE-Lab45.886773.4918-37.5902

#c11cad color RGB value is (193,28,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00011100 10101101
Octal 301 34 255
Decimal 193 28 173
Hex C1 1C AD

RGB Percentages of Color #c11cad

%48.98
%7.11
%43.91

CMYK Percentages of Color #c11cad

%0
%85
%10
%24

Triadic Colors of #c11cad

#c11cad #adc11c #1cadc1

Analogous Colors of #c11cad

#c11cad #c11c5a #831cc1

Monochromatic Colors of #c11cad

#c11cad

Complementary Color

#c11cad #1cc130

#c11cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c11cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c11cad Color CSS Codes

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

#c11cad Text Font Color

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

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


#c11cad Background Color

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

This div background color is #c11cad


#c11cad Border Color

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

This div border color is #c11cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c11cad


Comments

No comments written yet.

Please login to write comment.