Color Hex Logo

#c524ae Color Hex

#C524AE
(197,36,174)
0 Favorites   0 Comments

Color spaces of #c524ae

RGB 19736174
HSL0.860.690.46
HSV309°82°77°
CMYK 0.000.820.12   0.23
XYZ31.296816.188141.5195
Yxy16.18810.35160.1819
Hunter Lab40.234468.4379-33.0196
CIE-Lab47.220372.7673-36.0304

#c524ae color RGB value is (197,36,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00100100 10101110
Octal 305 44 256
Decimal 197 36 174
Hex C5 24 AE

RGB Percentages of Color #c524ae

%48.40
%8.85
%42.75

CMYK Percentages of Color #c524ae

%0
%82
%12
%23

Triadic Colors of #c524ae

#c524ae #aec524 #24aec5

Analogous Colors of #c524ae

#c524ae #c5245d #8c24c5

Monochromatic Colors of #c524ae

#c524ae

Complementary Color

#c524ae #24c53b

#c524ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c524ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c524ae Color CSS Codes

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

#c524ae Text Font Color

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

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


#c524ae Background Color

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

This div background color is #c524ae


#c524ae Border Color

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

This div border color is #c524ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c524ae


Comments

No comments written yet.

Please login to write comment.