Color Hex Logo

#c111ad Color Hex

#C111AD
(193,17,173)
0 Favorites   0 Comments

Color spaces of #c111ad

RGB 19317173
HSL0.850.840.41
HSV307°91°76°
CMYK 0.000.910.10   0.24
XYZ29.735614.755540.8160
Yxy14.75550.34860.1730
Hunter Lab38.412970.9551-36.1102
CIE-Lab45.297575.2161-38.5218

#c111ad color RGB value is (193,17,173).

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

The process color (four color CMYK) of #c111ad color hex is 0.00, 0.91, 0.10, 0.24. Web safe color of #c111ad is #cc0099. Color #c111ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010001 10101101
Octal 301 21 255
Decimal 193 17 173
Hex C1 11 AD

RGB Percentages of Color #c111ad

%50.39
%4.44
%45.17

CMYK Percentages of Color #c111ad

%0
%91
%10
%24

Triadic Colors of #c111ad

#c111ad #adc111 #11adc1

Analogous Colors of #c111ad

#c111ad #c11155 #7d11c1

Monochromatic Colors of #c111ad

#c111ad

Complementary Color

#c111ad #11c125

#c111ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c111ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c111ad Color CSS Codes

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

#c111ad Text Font Color

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

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


#c111ad Background Color

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

This div background color is #c111ad


#c111ad Border Color

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

This div border color is #c111ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c111ad


Comments

No comments written yet.

Please login to write comment.