Color Hex Logo

#c21aeb Color Hex

#C21AEB
(194,26,235)
0 Favorites   0 Comments

Color spaces of #c21aeb

RGB 19426235
HSL0.800.840.51
HSV288°89°92°
CMYK 0.170.890.00   0.08
XYZ37.612918.206380.1290
Yxy18.20630.27670.1339
Hunter Lab42.668882.6786-81.4741
CIE-Lab49.745483.7021-67.2135

#c21aeb color RGB value is (194,26,235).

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

The process color (four color CMYK) of #c21aeb color hex is 0.17, 0.89, 0.00, 0.08. Web safe color of #c21aeb is #cc33ff. Color #c21aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00011010 11101011
Octal 302 32 353
Decimal 194 26 235
Hex C2 1A EB

RGB Percentages of Color #c21aeb

%42.64
%5.71
%51.65

CMYK Percentages of Color #c21aeb

%17
%89
%0
%8

Triadic Colors of #c21aeb

#c21aeb #ebc21a #1aebc2

Analogous Colors of #c21aeb

#c21aeb #eb1aac #591aeb

Monochromatic Colors of #c21aeb

#c21aeb

Complementary Color

#c21aeb #43eb1a

#c21aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c21aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c21aeb Color CSS Codes

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

#c21aeb Text Font Color

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

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


#c21aeb Background Color

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

This div background color is #c21aeb


#c21aeb Border Color

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

This div border color is #c21aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c21aeb


Comments

No comments written yet.

Please login to write comment.