Color Hex Logo

#c502ab Color Hex

#C502AB
(197,2,171)
0 Favorites   0 Comments

Color spaces of #c502ab

RGB 1972171
HSL0.860.980.39
HSV308°99°77°
CMYK 0.000.990.13   0.23
XYZ30.398414.854039.7930
Yxy14.85400.35740.1747
Hunter Lab38.540973.3420-34.2376
CIE-Lab45.433677.1329-37.0722

#c502ab color RGB value is (197,2,171).

#c502ab hex color red value is 197, green value is 2 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c502ab hue: 0.86 , saturation: 0.98 and the lightness value of c502ab is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00000010 10101011
Octal 305 2 253
Decimal 197 2 171
Hex C5 2 AB

RGB Percentages of Color #c502ab

%53.24
%0.54
%46.22

CMYK Percentages of Color #c502ab

%0
%99
%13
%23

Triadic Colors of #c502ab

#c502ab #abc502 #02abc5

Analogous Colors of #c502ab

#c502ab #c50249 #7e02c5

Monochromatic Colors of #c502ab

#c502ab

Complementary Color

#c502ab #02c51c

#c502ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c502ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c502ab Color CSS Codes

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

#c502ab Text Font Color

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

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


#c502ab Background Color

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

This div background color is #c502ab


#c502ab Border Color

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

This div border color is #c502ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c502ab


Comments

No comments written yet.

Please login to write comment.