Color Hex Logo

#c132cc Color Hex

#C132CC
(193,50,204)
0 Favorites   0 Comments

Color spaces of #c132cc

RGB 19350204
HSL0.820.610.50
HSV296°75°80°
CMYK 0.050.750.00   0.20
XYZ34.032017.978358.8032
Yxy17.97830.30710.1622
Hunter Lab42.400869.0673-52.5452
CIE-Lab49.469872.8501-49.9920

#c132cc color RGB value is (193,50,204).

#c132cc hex color red value is 193, green value is 50 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c132cc hue: 0.82 , saturation: 0.61 and the lightness value of c132cc is 0.50.

The process color (four color CMYK) of #c132cc color hex is 0.05, 0.75, 0.00, 0.20. Web safe color of #c132cc is #cc33cc. Color #c132cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110010 11001100
Octal 301 62 314
Decimal 193 50 204
Hex C1 32 CC

RGB Percentages of Color #c132cc

%43.18
%11.19
%45.64

CMYK Percentages of Color #c132cc

%5
%75
%0
%20

Triadic Colors of #c132cc

#c132cc #ccc132 #32ccc1

Analogous Colors of #c132cc

#c132cc #cc328a #7432cc

Monochromatic Colors of #c132cc

#c132cc

Complementary Color

#c132cc #3dcc32

#c132cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c132cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c132cc Color CSS Codes

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

#c132cc Text Font Color

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

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


#c132cc Background Color

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

This div background color is #c132cc


#c132cc Border Color

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

This div border color is #c132cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,50,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c132cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c132cc


Comments

No comments written yet.

Please login to write comment.