Color Hex Logo

#c500ab Color Hex

#C500AB
(197,0,171)
0 Favorites   0 Comments

Color spaces of #c500ab

RGB 1970171
HSL0.861.000.39
HSV308°100°77°
CMYK 0.001.000.13   0.23
XYZ30.376614.810639.7858
Yxy14.81060.35750.1743
Hunter Lab38.484573.5456-34.3556
CIE-Lab45.373777.3093-37.1668

#c500ab color RGB value is (197,0,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00000000 10101011
Octal 305 0 253
Decimal 197 0 171
Hex C5 0 AB

RGB Percentages of Color #c500ab

%53.53
%0.00
%46.47

CMYK Percentages of Color #c500ab

%0
%100
%13
%23

Triadic Colors of #c500ab

#c500ab #abc500 #00abc5

Analogous Colors of #c500ab

#c500ab #c50049 #7d00c5

Monochromatic Colors of #c500ab

#c500ab

Complementary Color

#c500ab #00c51a

#c500ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c500ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c500ab Color CSS Codes

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

#c500ab Text Font Color

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

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


#c500ab Background Color

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

This div background color is #c500ab


#c500ab Border Color

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

This div border color is #c500ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c500ab


Comments

No comments written yet.

Please login to write comment.