Color Hex Logo

#c32cef Color Hex

#C32CEF
(195,44,239)
0 Favorites   0 Comments

Color spaces of #c32cef

RGB 19544239
HSL0.800.860.55
HSV286°82°94°
CMYK 0.180.820.00   0.06
XYZ38.986319.635583.3966
Yxy19.63550.27450.1383
Hunter Lab44.312079.5009-80.5674
CIE-Lab51.422680.8875-66.7437

#c32cef color RGB value is (195,44,239).

#c32cef hex color red value is 195, green value is 44 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c32cef hue: 0.80 , saturation: 0.86 and the lightness value of c32cef is 0.55.

The process color (four color CMYK) of #c32cef color hex is 0.18, 0.82, 0.00, 0.06. Web safe color of #c32cef is #cc33ff. Color #c32cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00101100 11101111
Octal 303 54 357
Decimal 195 44 239
Hex C3 2C EF

RGB Percentages of Color #c32cef

%40.79
%9.21
%50.00

CMYK Percentages of Color #c32cef

%18
%82
%0
%6

Triadic Colors of #c32cef

#c32cef #efc32c #2cefc3

Analogous Colors of #c32cef

#c32cef #ef2cba #622cef

Monochromatic Colors of #c32cef

#c32cef

Complementary Color

#c32cef #58ef2c

#c32cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c32cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c32cef Color CSS Codes

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

#c32cef Text Font Color

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

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


#c32cef Background Color

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

This div background color is #c32cef


#c32cef Border Color

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

This div border color is #c32cef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,44,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c32cef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c32cef;
  -webkit-box-shadow: 1px 1px 3px 2px #c32cef;
  box-shadow:         1px 1px 3px 2px #c32cef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,44,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c32cef


Comments

No comments written yet.

Please login to write comment.