Color Hex Logo

#c531ae Color Hex

#C531AE
(197,49,174)
0 Favorites   0 Comments

Color spaces of #c531ae

RGB 19749174
HSL0.860.600.48
HSV309°75°77°
CMYK 0.000.750.12   0.23
XYZ31.764317.122941.6753
Yxy17.12290.35070.1891
Hunter Lab41.379864.6068-30.7475
CIE-Lab48.414569.3306-34.1526

#c531ae color RGB value is (197,49,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110001 10101110
Octal 305 61 256
Decimal 197 49 174
Hex C5 31 AE

RGB Percentages of Color #c531ae

%46.90
%11.67
%41.43

CMYK Percentages of Color #c531ae

%0
%75
%12
%23

Triadic Colors of #c531ae

#c531ae #aec531 #31aec5

Analogous Colors of #c531ae

#c531ae #c53164 #9231c5

Monochromatic Colors of #c531ae

#c531ae

Complementary Color

#c531ae #31c548

#c531ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c531ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c531ae Color CSS Codes

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

#c531ae Text Font Color

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

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


#c531ae Background Color

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

This div background color is #c531ae


#c531ae Border Color

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

This div border color is #c531ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,49,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c531ae


Comments

No comments written yet.

Please login to write comment.