color codes Logo

#c032eb color codes

#C032EB
(192,50,235)
0 Favorites   0 Comments

Color spaces of #c032eb

RGB 19250235
HSL0.790.820.56
HSV286°79°92°
CMYK 0.180.790.00   0.08
XYZ37.874219.485880.3622
Yxy19.48580.27500.1415
Hunter Lab44.142775.9022-77.0380
CIE-Lab51.250878.0614-64.7930

#c032eb color RGB value is (192,50,235).

#c032eb hex color red value is 192, green value is 50 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c032eb hue: 0.79 , saturation: 0.82 and the lightness value of c032eb is 0.56.

The process color (four color CMYK) of #c032eb color code is 0.18, 0.79, 0.00, 0.08. Web safe color of #c032eb is #cc33ff. Color #c032eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00110010 11101011
Octal 300 62 353
Decimal 192 50 235
Hex C0 32 EB

RGB Percentages of Color #c032eb

%40.25
%10.48
%49.27

CMYK Percentages of Color #c032eb

%18
%79
%0
%8

Triadic Colors of #c032eb

#c032eb #ebc032 #32ebc0

Analogous Colors of #c032eb

#c032eb #eb32ba #6432eb

Monochromatic Colors of #c032eb

#c032eb

Complementary Color

#c032eb #5deb32

#c032eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c032eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c032eb Color CSS Codes

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

#c032eb Text Font Color

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

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


#c032eb Background Color

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

This div background color is #c032eb


#c032eb Border Color

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

This div border color is #c032eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,50,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c032eb


Comments

No comments written yet.

Please login to write comment.