Color Hex Logo

#c222ce Color Hex

#C222CE
(194,34,206)
0 Favorites   0 Comments

Color spaces of #c222ce

RGB 19434206
HSL0.820.720.47
HSV296°83°81°
CMYK 0.060.830.00   0.19
XYZ33.960717.069659.8974
Yxy17.06960.30620.1539
Hunter Lab41.315474.4228-57.0355
CIE-Lab48.347677.4389-52.9308

#c222ce color RGB value is (194,34,206).

#c222ce hex color red value is 194, green value is 34 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c222ce hue: 0.82 , saturation: 0.72 and the lightness value of c222ce is 0.47.

The process color (four color CMYK) of #c222ce color hex is 0.06, 0.83, 0.00, 0.19. Web safe color of #c222ce is #cc33cc. Color #c222ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00100010 11001110
Octal 302 42 316
Decimal 194 34 206
Hex C2 22 CE

RGB Percentages of Color #c222ce

%44.70
%7.83
%47.47

CMYK Percentages of Color #c222ce

%6
%83
%0
%19

Triadic Colors of #c222ce

#c222ce #cec222 #22cec2

Analogous Colors of #c222ce

#c222ce #ce2284 #6c22ce

Monochromatic Colors of #c222ce

#c222ce

Complementary Color

#c222ce #2ece22

#c222ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c222ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c222ce Color CSS Codes

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

#c222ce Text Font Color

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

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


#c222ce Background Color

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

This div background color is #c222ce


#c222ce Border Color

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

This div border color is #c222ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,34,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c222ce


Comments

No comments written yet.

Please login to write comment.