Color Hex Logo

#ab60bf Color Hex

#AB60BF
(171,96,191)
0 Favorites   0 Comments

Color spaces of #ab60bf

RGB 17196191
HSL0.800.430.56
HSV287°50°75°
CMYK 0.100.500.00   0.25
XYZ30.381420.785351.7009
Yxy20.78530.29530.2021
Hunter Lab45.590939.1669-35.3223
CIE-Lab52.713745.6893-37.5585

#ab60bf color RGB value is (171,96,191).

#ab60bf hex color red value is 171, green value is 96 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ab60bf hue: 0.80 , saturation: 0.43 and the lightness value of ab60bf is 0.56.

The process color (four color CMYK) of #ab60bf color hex is 0.10, 0.50, 0.00, 0.25. Web safe color of #ab60bf is #9966cc. Color #ab60bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01100000 10111111
Octal 253 140 277
Decimal 171 96 191
Hex AB 60 BF

RGB Percentages of Color #ab60bf

%37.34
%20.96
%41.70

CMYK Percentages of Color #ab60bf

%10
%50
%0
%25

Triadic Colors of #ab60bf

#ab60bf #bfab60 #60bfab

Analogous Colors of #ab60bf

#ab60bf #bf60a4 #7c60bf

Monochromatic Colors of #ab60bf

#ab60bf

Complementary Color

#ab60bf #74bf60

#ab60bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab60bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab60bf Color CSS Codes

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

#ab60bf Text Font Color

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

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


#ab60bf Background Color

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

This div background color is #ab60bf


#ab60bf Border Color

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

This div border color is #ab60bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab60bf


Comments

No comments written yet.

Please login to write comment.