Color Hex Logo

#c132ec Color Hex

#C132EC
(193,50,236)
0 Favorites   0 Comments

Color spaces of #c132ec

RGB 19350236
HSL0.790.830.56
HSV286°79°93°
CMYK 0.180.790.00   0.07
XYZ38.273219.674881.1373
Yxy19.67480.27520.1415
Hunter Lab44.356376.3968-77.4049
CIE-Lab51.467578.4147-64.9985

#c132ec color RGB value is (193,50,236).

#c132ec hex color red value is 193, green value is 50 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c132ec hue: 0.79 , saturation: 0.83 and the lightness value of c132ec is 0.56.

The process color (four color CMYK) of #c132ec color hex is 0.18, 0.79, 0.00, 0.07. Web safe color of #c132ec is #cc33ff. Color #c132ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110010 11101100
Octal 301 62 354
Decimal 193 50 236
Hex C1 32 EC

RGB Percentages of Color #c132ec

%40.29
%10.44
%49.27

CMYK Percentages of Color #c132ec

%18
%79
%0
%7

Triadic Colors of #c132ec

#c132ec #ecc132 #32ecc1

Analogous Colors of #c132ec

#c132ec #ec32ba #6432ec

Monochromatic Colors of #c132ec

#c132ec

Complementary Color

#c132ec #5dec32

#c132ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c132ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c132ec Color CSS Codes

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

#c132ec Text Font Color

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

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


#c132ec Background Color

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

This div background color is #c132ec


#c132ec Border Color

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

This div border color is #c132ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c132ec


Comments

No comments written yet.

Please login to write comment.