Color Hex Logo

#c132ad Color Hex

#C132AD
(193,50,173)
0 Favorites   0 Comments

Color spaces of #c132ad

RGB 19350173
HSL0.860.590.48
HSV308°74°76°
CMYK 0.000.740.10   0.24
XYZ30.675716.635841.1294
Yxy16.63580.34680.1881
Hunter Lab40.787062.8717-31.2368
CIE-Lab47.797867.9788-34.5790

#c132ad color RGB value is (193,50,173).

#c132ad hex color red value is 193, green value is 50 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c132ad hue: 0.86 , saturation: 0.59 and the lightness value of c132ad is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110010 10101101
Octal 301 62 255
Decimal 193 50 173
Hex C1 32 AD

RGB Percentages of Color #c132ad

%46.39
%12.02
%41.59

CMYK Percentages of Color #c132ad

%0
%74
%10
%24

Triadic Colors of #c132ad

#c132ad #adc132 #32adc1

Analogous Colors of #c132ad

#c132ad #c13266 #8e32c1

Monochromatic Colors of #c132ad

#c132ad

Complementary Color

#c132ad #32c146

#c132ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c132ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c132ad Color CSS Codes

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

#c132ad Text Font Color

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

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


#c132ad Background Color

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

This div background color is #c132ad


#c132ad Border Color

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

This div border color is #c132ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c132ad


Comments

No comments written yet.

Please login to write comment.