Color Hex Logo

#c21aee Color Hex

#C21AEE
(194,26,238)
0 Favorites   0 Comments

Color spaces of #c21aee

RGB 19426238
HSL0.800.860.52
HSV288°89°93°
CMYK 0.180.890.00   0.07
XYZ38.050118.381282.4314
Yxy18.38120.27400.1324
Hunter Lab42.873383.3907-83.9841
CIE-Lab49.955284.2144-68.5648

#c21aee color RGB value is (194,26,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00011010 11101110
Octal 302 32 356
Decimal 194 26 238
Hex C2 1A EE

RGB Percentages of Color #c21aee

%42.36
%5.68
%51.97

CMYK Percentages of Color #c21aee

%18
%89
%0
%7

Triadic Colors of #c21aee

#c21aee #eec21a #1aeec2

Analogous Colors of #c21aee

#c21aee #ee1ab0 #581aee

Monochromatic Colors of #c21aee

#c21aee

Complementary Color

#c21aee #46ee1a

#c21aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c21aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c21aee Color CSS Codes

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

#c21aee Text Font Color

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

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


#c21aee Background Color

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

This div background color is #c21aee


#c21aee Border Color

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

This div border color is #c21aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c21aee


Comments

No comments written yet.

Please login to write comment.