Color Hex Logo

#c221ee Color Hex

#C221EE
(194,33,238)
0 Favorites   0 Comments

Color spaces of #c221ee

RGB 19433238
HSL0.800.860.53
HSV287°86°93°
CMYK 0.180.860.00   0.07
XYZ38.224618.730182.4895
Yxy18.73010.27410.1343
Hunter Lab43.278381.9192-82.7134
CIE-Lab50.369982.9894-67.8927

#c221ee color RGB value is (194,33,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00100001 11101110
Octal 302 41 356
Decimal 194 33 238
Hex C2 21 EE

RGB Percentages of Color #c221ee

%41.72
%7.10
%51.18

CMYK Percentages of Color #c221ee

%18
%86
%0
%7

Triadic Colors of #c221ee

#c221ee #eec221 #21eec2

Analogous Colors of #c221ee

#c221ee #ee21b4 #5c21ee

Monochromatic Colors of #c221ee

#c221ee

Complementary Color

#c221ee #4dee21

#c221ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c221ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c221ee Color CSS Codes

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

#c221ee Text Font Color

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

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


#c221ee Background Color

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

This div background color is #c221ee


#c221ee Border Color

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

This div border color is #c221ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c221ee


Comments

No comments written yet.

Please login to write comment.