Color Hex Logo

#c31aea Color Hex

#C31AEA
(195,26,234)
0 Favorites   0 Comments

Color spaces of #c31aea

RGB 19526234
HSL0.800.830.51
HSV289°89°92°
CMYK 0.170.890.00   0.08
XYZ37.726418.281479.3822
Yxy18.28140.27860.1350
Hunter Lab42.756882.6751-80.1481
CIE-Lab49.835783.6819-66.4952

#c31aea color RGB value is (195,26,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00011010 11101010
Octal 303 32 352
Decimal 195 26 234
Hex C3 1A EA

RGB Percentages of Color #c31aea

%42.86
%5.71
%51.43

CMYK Percentages of Color #c31aea

%17
%89
%0
%8

Triadic Colors of #c31aea

#c31aea #eac31a #1aeac3

Analogous Colors of #c31aea

#c31aea #ea1aa9 #5b1aea

Monochromatic Colors of #c31aea

#c31aea

Complementary Color

#c31aea #41ea1a

#c31aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c31aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c31aea Color CSS Codes

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

#c31aea Text Font Color

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

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


#c31aea Background Color

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

This div background color is #c31aea


#c31aea Border Color

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

This div border color is #c31aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c31aea


Comments

No comments written yet.

Please login to write comment.