Color Hex Logo

#c531aa Color Hex

#C531AA
(197,49,170)
0 Favorites   0 Comments

Color spaces of #c531aa

RGB 19749170
HSL0.860.600.48
HSV311°75°77°
CMYK 0.000.750.14   0.23
XYZ31.380016.969239.6517
Yxy16.96920.35660.1928
Hunter Lab41.193763.8865-28.2350
CIE-Lab48.221268.7588-32.0965

#c531aa color RGB value is (197,49,170).

#c531aa hex color red value is 197, green value is 49 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c531aa hue: 0.86 , saturation: 0.60 and the lightness value of c531aa is 0.48.

The process color (four color CMYK) of #c531aa color hex is 0.00, 0.75, 0.14, 0.23. Web safe color of #c531aa is #cc3399. Color #c531aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110001 10101010
Octal 305 61 252
Decimal 197 49 170
Hex C5 31 AA

RGB Percentages of Color #c531aa

%47.36
%11.78
%40.87

CMYK Percentages of Color #c531aa

%0
%75
%14
%23

Triadic Colors of #c531aa

#c531aa #aac531 #31aac5

Analogous Colors of #c531aa

#c531aa #c53160 #9631c5

Monochromatic Colors of #c531aa

#c531aa

Complementary Color

#c531aa #31c54c

#c531aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c531aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c531aa Color CSS Codes

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

#c531aa Text Font Color

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

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


#c531aa Background Color

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

This div background color is #c531aa


#c531aa Border Color

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

This div border color is #c531aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c531aa


Comments

No comments written yet.

Please login to write comment.