Color Hex Logo

#c31aec Color Hex

#C31AEC
(195,26,236)
0 Favorites   0 Comments

Color spaces of #c31aec

RGB 19526236
HSL0.800.850.51
HSV288°89°93°
CMYK 0.170.890.00   0.07
XYZ38.015418.397080.9042
Yxy18.39700.27680.1340
Hunter Lab42.891783.1460-81.8111
CIE-Lab49.974184.0209-67.3996

#c31aec color RGB value is (195,26,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00011010 11101100
Octal 303 32 354
Decimal 195 26 236
Hex C3 1A EC

RGB Percentages of Color #c31aec

%42.67
%5.69
%51.64

CMYK Percentages of Color #c31aec

%17
%89
%0
%7

Triadic Colors of #c31aec

#c31aec #ecc31a #1aecc3

Analogous Colors of #c31aec

#c31aec #ec1aac #5a1aec

Monochromatic Colors of #c31aec

#c31aec

Complementary Color

#c31aec #43ec1a

#c31aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c31aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c31aec Color CSS Codes

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

#c31aec Text Font Color

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

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


#c31aec Background Color

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

This div background color is #c31aec


#c31aec Border Color

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

This div border color is #c31aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c31aec


Comments

No comments written yet.

Please login to write comment.