Color Hex Logo

#c032ff Color Hex

#C032FF
(192,50,255)
0 Favorites   0 Comments

Color spaces of #c032ff

RGB 19250255
HSL0.781.000.60
HSV282°80°100°
CMYK 0.250.800.00   0.00
XYZ40.928820.707796.4475
Yxy20.70770.25890.1310
Hunter Lab45.505780.9117-93.8087
CIE-Lab52.628181.7616-73.7519

#c032ff color RGB value is (192,50,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00110010 11111111
Octal 300 62 377
Decimal 192 50 255
Hex C0 32 FF

RGB Percentages of Color #c032ff

%38.63
%10.06
%51.31

CMYK Percentages of Color #c032ff

%25
%80
%0
%0

Triadic Colors of #c032ff

#c032ff #ffc032 #32ffc0

Analogous Colors of #c032ff

#c032ff #ff32d8 #5932ff

Monochromatic Colors of #c032ff

#c032ff

Complementary Color

#c032ff #71ff32

#c032ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c032ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c032ff Color CSS Codes

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

#c032ff Text Font Color

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

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


#c032ff Background Color

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

This div background color is #c032ff


#c032ff Border Color

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

This div border color is #c032ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c032ff

Related Colors


Comments

No comments written yet.

Please login to write comment.