Color Hex Logo

#c112ad Color Hex

#C112AD
(193,18,173)
0 Favorites   0 Comments

Color spaces of #c112ad

RGB 19318173
HSL0.850.830.41
HSV307°91°76°
CMYK 0.000.910.10   0.24
XYZ29.751514.787240.8213
Yxy14.78720.34850.1732
Hunter Lab38.454170.8086-36.0219
CIE-Lab45.341375.0875-38.4524

#c112ad color RGB value is (193,18,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010010 10101101
Octal 301 22 255
Decimal 193 18 173
Hex C1 12 AD

RGB Percentages of Color #c112ad

%50.26
%4.69
%45.05

CMYK Percentages of Color #c112ad

%0
%91
%10
%24

Triadic Colors of #c112ad

#c112ad #adc112 #12adc1

Analogous Colors of #c112ad

#c112ad #c11255 #7e12c1

Monochromatic Colors of #c112ad

#c112ad

Complementary Color

#c112ad #12c126

#c112ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c112ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c112ad Color CSS Codes

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

#c112ad Text Font Color

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

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


#c112ad Background Color

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

This div background color is #c112ad


#c112ad Border Color

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

This div border color is #c112ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c112ad


Comments

No comments written yet.

Please login to write comment.