Color Hex Logo

#c32aff Color Hex

#C32AFF
(195,42,255)
0 Favorites   0 Comments

Color spaces of #c32aff

RGB 19542255
HSL0.791.000.58
HSV283°84°100°
CMYK 0.240.840.00   0.00
XYZ41.383620.478096.3792
Yxy20.47800.26150.1294
Hunter Lab45.252684.0465-94.5992
CIE-Lab52.373484.2528-74.1457

#c32aff color RGB value is (195,42,255).

#c32aff hex color red value is 195, green value is 42 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c32aff hue: 0.79 , saturation: 1.00 and the lightness value of c32aff is 0.58.

The process color (four color CMYK) of #c32aff color hex is 0.24, 0.84, 0.00, 0.00. Web safe color of #c32aff is #cc33ff. Color #c32aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00101010 11111111
Octal 303 52 377
Decimal 195 42 255
Hex C3 2A FF

RGB Percentages of Color #c32aff

%39.63
%8.54
%51.83

CMYK Percentages of Color #c32aff

%24
%84
%0
%0

Triadic Colors of #c32aff

#c32aff #ffc32a #2affc3

Analogous Colors of #c32aff

#c32aff #ff2ad1 #582aff

Monochromatic Colors of #c32aff

#c32aff

Complementary Color

#c32aff #66ff2a

#c32aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c32aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c32aff Color CSS Codes

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

#c32aff Text Font Color

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

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


#c32aff Background Color

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

This div background color is #c32aff


#c32aff Border Color

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

This div border color is #c32aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c32aff

Related Colors

#c32aff Color Palettes


Comments

No comments written yet.

Please login to write comment.