Color Hex Logo

#c501ae Color Hex

#C501AE
(197,1,174)
0 Favorites   0 Comments

Color spaces of #c501ae

RGB 1971174
HSL0.850.990.39
HSV307°99°77°
CMYK 0.000.990.12   0.23
XYZ30.676814.948041.3128
Yxy14.94800.35290.1719
Hunter Lab38.662673.9709-36.2902
CIE-Lab45.562977.6162-38.6470

#c501ae color RGB value is (197,1,174).

#c501ae hex color red value is 197, green value is 1 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c501ae hue: 0.85 , saturation: 0.99 and the lightness value of c501ae is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00000001 10101110
Octal 305 1 256
Decimal 197 1 174
Hex C5 1 AE

RGB Percentages of Color #c501ae

%52.96
%0.27
%46.77

CMYK Percentages of Color #c501ae

%0
%99
%12
%23

Triadic Colors of #c501ae

#c501ae #aec501 #01aec5

Analogous Colors of #c501ae

#c501ae #c5014c #7a01c5

Monochromatic Colors of #c501ae

#c501ae

Complementary Color

#c501ae #01c518

#c501ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c501ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c501ae Color CSS Codes

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

#c501ae Text Font Color

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

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


#c501ae Background Color

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

This div background color is #c501ae


#c501ae Border Color

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

This div border color is #c501ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c501ae


Comments

No comments written yet.

Please login to write comment.