Color Hex Logo

#c31aaa Color Hex

#C31AAA
(195,26,170)
0 Favorites   0 Comments

Color spaces of #c31aaa

RGB 19526170
HSL0.860.760.43
HSV309°87°76°
CMYK 0.000.870.13   0.24
XYZ30.130815.243239.3844
Yxy15.24320.35550.1798
Hunter Lab39.042569.4316-32.4794
CIE-Lab45.965573.8338-35.6640

#c31aaa color RGB value is (195,26,170).

#c31aaa hex color red value is 195, green value is 26 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c31aaa hue: 0.86 , saturation: 0.76 and the lightness value of c31aaa is 0.43.

The process color (four color CMYK) of #c31aaa color hex is 0.00, 0.87, 0.13, 0.24. Web safe color of #c31aaa is #cc3399. Color #c31aaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00011010 10101010
Octal 303 32 252
Decimal 195 26 170
Hex C3 1A AA

RGB Percentages of Color #c31aaa

%49.87
%6.65
%43.48

CMYK Percentages of Color #c31aaa

%0
%87
%13
%24

Triadic Colors of #c31aaa

#c31aaa #aac31a #1aaac3

Analogous Colors of #c31aaa

#c31aaa #c31a55 #881ac3

Monochromatic Colors of #c31aaa

#c31aaa

Complementary Color

#c31aaa #1ac333

#c31aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c31aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c31aaa Color CSS Codes

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

#c31aaa Text Font Color

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

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


#c31aaa Background Color

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

This div background color is #c31aaa


#c31aaa Border Color

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

This div border color is #c31aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c31aaa


Comments

No comments written yet.

Please login to write comment.