Color Hex Logo

#c501af Color Hex

#C501AF
(197,1,175)
0 Favorites   0 Comments

Color spaces of #c501af

RGB 1971175
HSL0.850.990.39
HSV307°99°77°
CMYK 0.000.990.11   0.23
XYZ30.774714.987241.8282
Yxy14.98720.35130.1711
Hunter Lab38.713374.1483-36.9612
CIE-Lab45.616777.7489-39.1539

#c501af color RGB value is (197,1,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00000001 10101111
Octal 305 1 257
Decimal 197 1 175
Hex C5 1 AF

RGB Percentages of Color #c501af

%52.82
%0.27
%46.92

CMYK Percentages of Color #c501af

%0
%99
%11
%23

Triadic Colors of #c501af

#c501af #afc501 #01afc5

Analogous Colors of #c501af

#c501af #c5014d #7901c5

Monochromatic Colors of #c501af

#c501af

Complementary Color

#c501af #01c517

#c501af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c501af Color Preview on White Background

Lorem ipsum dolor sit amet.

#c501af Color CSS Codes

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

#c501af Text Font Color

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

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


#c501af Background Color

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

This div background color is #c501af


#c501af Border Color

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

This div border color is #c501af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c501af


Comments

No comments written yet.

Please login to write comment.