Color Hex Logo

#c01aea Color Hex

#C01AEA
(192,26,234)
0 Favorites   0 Comments

Color spaces of #c01aea

RGB 19226234
HSL0.800.830.51
HSV288°89°92°
CMYK 0.180.890.00   0.08
XYZ36.958917.885879.3462
Yxy17.88580.27540.1333
Hunter Lab42.291681.9820-81.6339
CIE-Lab49.357383.2348-67.2927

#c01aea color RGB value is (192,26,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00011010 11101010
Octal 300 32 352
Decimal 192 26 234
Hex C0 1A EA

RGB Percentages of Color #c01aea

%42.48
%5.75
%51.77

CMYK Percentages of Color #c01aea

%18
%89
%0
%8

Triadic Colors of #c01aea

#c01aea #eac01a #1aeac0

Analogous Colors of #c01aea

#c01aea #ea1aac #581aea

Monochromatic Colors of #c01aea

#c01aea

Complementary Color

#c01aea #44ea1a

#c01aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c01aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c01aea Color CSS Codes

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

#c01aea Text Font Color

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

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


#c01aea Background Color

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

This div background color is #c01aea


#c01aea Border Color

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

This div border color is #c01aea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,26,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c01aea


Comments

No comments written yet.

Please login to write comment.