Color Hex Logo

#c022eb Color Hex

#C022EB
(192,34,235)
0 Favorites   0 Comments

Color spaces of #c022eb

RGB 19234235
HSL0.800.830.53
HSV287°86°92°
CMYK 0.180.860.00   0.08
XYZ37.305718.348780.1727
Yxy18.34870.27470.1351
Hunter Lab42.835480.4953-80.9852
CIE-Lab49.916381.9631-66.9516

#c022eb color RGB value is (192,34,235).

#c022eb hex color red value is 192, green value is 34 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c022eb hue: 0.80 , saturation: 0.83 and the lightness value of c022eb is 0.53.

The process color (four color CMYK) of #c022eb color hex is 0.18, 0.86, 0.00, 0.08. Web safe color of #c022eb is #cc33ff. Color #c022eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00100010 11101011
Octal 300 42 353
Decimal 192 34 235
Hex C0 22 EB

RGB Percentages of Color #c022eb

%41.65
%7.38
%50.98

CMYK Percentages of Color #c022eb

%18
%86
%0
%8

Triadic Colors of #c022eb

#c022eb #ebc022 #22ebc0

Analogous Colors of #c022eb

#c022eb #eb22b2 #5c22eb

Monochromatic Colors of #c022eb

#c022eb

Complementary Color

#c022eb #4deb22

#c022eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c022eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c022eb Color CSS Codes

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

#c022eb Text Font Color

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

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


#c022eb Background Color

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

This div background color is #c022eb


#c022eb Border Color

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

This div border color is #c022eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c022eb


Comments

No comments written yet.

Please login to write comment.