Color Hex Logo

#c221ec Color Hex

#C221EC
(194,33,236)
0 Favorites   0 Comments

Color spaces of #c221ec

RGB 19433236
HSL0.800.840.53
HSV288°86°93°
CMYK 0.180.860.00   0.07
XYZ37.932318.613280.9503
Yxy18.61320.27590.1354
Hunter Lab43.143081.4409-81.0472
CIE-Lab50.231682.6427-66.9901

#c221ec color RGB value is (194,33,236).

#c221ec hex color red value is 194, green value is 33 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c221ec hue: 0.80 , saturation: 0.84 and the lightness value of c221ec is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00100001 11101100
Octal 302 41 354
Decimal 194 33 236
Hex C2 21 EC

RGB Percentages of Color #c221ec

%41.90
%7.13
%50.97

CMYK Percentages of Color #c221ec

%18
%86
%0
%7

Triadic Colors of #c221ec

#c221ec #ecc221 #21ecc2

Analogous Colors of #c221ec

#c221ec #ec21b1 #5c21ec

Monochromatic Colors of #c221ec

#c221ec

Complementary Color

#c221ec #4bec21

#c221ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c221ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c221ec Color CSS Codes

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

#c221ec Text Font Color

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

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


#c221ec Background Color

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

This div background color is #c221ec


#c221ec Border Color

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

This div border color is #c221ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c221ec


Comments

No comments written yet.

Please login to write comment.