Color Hex Logo

#c132ee Color Hex

#C132EE
(193,50,238)
0 Favorites   0 Comments

Color spaces of #c132ee

RGB 19350238
HSL0.790.850.56
HSV286°79°93°
CMYK 0.190.790.00   0.07
XYZ38.565519.791782.6765
Yxy19.79170.27340.1403
Hunter Lab44.487976.8838-79.0434
CIE-Lab51.600978.7775-65.9080

#c132ee color RGB value is (193,50,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00110010 11101110
Octal 301 62 356
Decimal 193 50 238
Hex C1 32 EE

RGB Percentages of Color #c132ee

%40.12
%10.40
%49.48

CMYK Percentages of Color #c132ee

%19
%79
%0
%7

Triadic Colors of #c132ee

#c132ee #eec132 #32eec1

Analogous Colors of #c132ee

#c132ee #ee32bd #6332ee

Monochromatic Colors of #c132ee

#c132ee

Complementary Color

#c132ee #5fee32

#c132ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c132ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c132ee Color CSS Codes

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

#c132ee Text Font Color

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

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


#c132ee Background Color

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

This div background color is #c132ee


#c132ee Border Color

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

This div border color is #c132ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c132ee


Comments

No comments written yet.

Please login to write comment.