Color Hex Logo

#c41aea Color Hex

#C41AEA
(196,26,234)
0 Favorites   0 Comments

Color spaces of #c41aea

RGB 19626234
HSL0.800.830.51
HSV289°89°92°
CMYK 0.160.890.00   0.08
XYZ37.985618.415179.3943
Yxy18.41510.27970.1356
Hunter Lab42.912882.9073-79.6552
CIE-Lab49.995883.8314-66.2283

#c41aea color RGB value is (196,26,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00011010 11101010
Octal 304 32 352
Decimal 196 26 234
Hex C4 1A EA

RGB Percentages of Color #c41aea

%42.98
%5.70
%51.32

CMYK Percentages of Color #c41aea

%16
%89
%0
%8

Triadic Colors of #c41aea

#c41aea #eac41a #1aeac4

Analogous Colors of #c41aea

#c41aea #ea1aa8 #5c1aea

Monochromatic Colors of #c41aea

#c41aea

Complementary Color

#c41aea #40ea1a

#c41aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41aea Color CSS Codes

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

#c41aea Text Font Color

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

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


#c41aea Background Color

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

This div background color is #c41aea


#c41aea Border Color

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

This div border color is #c41aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41aea


Comments

No comments written yet.

Please login to write comment.