Color Hex Logo

#c033ff Color Hex

#C033FF
(192,51,255)
0 Favorites   0 Comments

Color spaces of #c033ff

RGB 19251255
HSL0.781.000.60
HSV281°80°100°
CMYK 0.250.800.00   0.00
XYZ40.972120.794196.4619
Yxy20.79410.25890.1314
Hunter Lab45.600580.5813-93.4997
CIE-Lab52.723481.4839-73.5972

#c033ff color RGB value is (192,51,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00110011 11111111
Octal 300 63 377
Decimal 192 51 255
Hex C0 33 FF

RGB Percentages of Color #c033ff

%38.55
%10.24
%51.20

CMYK Percentages of Color #c033ff

%25
%80
%0
%0

Triadic Colors of #c033ff

#c033ff #ffc033 #33ffc0

Analogous Colors of #c033ff

#c033ff #ff33d8 #5a33ff

Monochromatic Colors of #c033ff

#c033ff

Complementary Color

#c033ff #72ff33

#c033ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c033ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c033ff Color CSS Codes

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

#c033ff Text Font Color

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

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


#c033ff Background Color

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

This div background color is #c033ff


#c033ff Border Color

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

This div border color is #c033ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c033ff

Related Colors

#c033ff Color Palettes


Comments

No comments written yet.

Please login to write comment.