Color Hex Logo

#c332ff Color Hex

#C332FF
(195,50,255)
0 Favorites   0 Comments

Color spaces of #c332ff

RGB 19550255
HSL0.781.000.60
HSV282°80°100°
CMYK 0.240.800.00   0.00
XYZ41.696321.103396.4834
Yxy21.10330.26180.1325
Hunter Lab45.938381.6249-92.3688
CIE-Lab53.062482.2352-73.0270

#c332ff color RGB value is (195,50,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00110010 11111111
Octal 303 62 377
Decimal 195 50 255
Hex C3 32 FF

RGB Percentages of Color #c332ff

%39.00
%10.00
%51.00

CMYK Percentages of Color #c332ff

%24
%80
%0
%0

Triadic Colors of #c332ff

#c332ff #ffc332 #32ffc3

Analogous Colors of #c332ff

#c332ff #ff32d5 #5c32ff

Monochromatic Colors of #c332ff

#c332ff

Complementary Color

#c332ff #6eff32

#c332ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c332ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c332ff Color CSS Codes

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

#c332ff Text Font Color

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

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


#c332ff Background Color

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

This div background color is #c332ff


#c332ff Border Color

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

This div border color is #c332ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,50,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 #c332ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c332ff


Comments

No comments written yet.

Please login to write comment.