Color Hex Logo

#c519ae Color Hex

#C519AE
(197,25,174)
0 Favorites   0 Comments

Color spaces of #c519ae

RGB 19725174
HSL0.860.770.44
HSV308°87°77°
CMYK 0.000.870.12   0.23
XYZ31.013615.621641.4251
Yxy15.62160.35220.1774
Hunter Lab39.524270.8971-34.4747
CIE-Lab46.474174.9393-37.2070

#c519ae color RGB value is (197,25,174).

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

The process color (four color CMYK) of #c519ae color hex is 0.00, 0.87, 0.12, 0.23. Web safe color of #c519ae is #cc0099. Color #c519ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00011001 10101110
Octal 305 31 256
Decimal 197 25 174
Hex C5 19 AE

RGB Percentages of Color #c519ae

%49.75
%6.31
%43.94

CMYK Percentages of Color #c519ae

%0
%87
%12
%23

Triadic Colors of #c519ae

#c519ae #aec519 #19aec5

Analogous Colors of #c519ae

#c519ae #c51958 #8619c5

Monochromatic Colors of #c519ae

#c519ae

Complementary Color

#c519ae #19c530

#c519ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c519ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c519ae Color CSS Codes

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

#c519ae Text Font Color

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

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


#c519ae Background Color

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

This div background color is #c519ae


#c519ae Border Color

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

This div border color is #c519ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c519ae


Comments

No comments written yet.

Please login to write comment.