Color Hex Logo

#ab5fbf Color Hex

#AB5FBF
(171,95,191)
0 Favorites   0 Comments

Color spaces of #ab5fbf

RGB 17195191
HSL0.800.430.56
HSV288°50°75°
CMYK 0.100.500.00   0.25
XYZ30.290820.603951.6707
Yxy20.60390.29530.2009
Hunter Lab45.391539.6820-35.7177
CIE-Lab52.513246.2132-37.8738

#ab5fbf color RGB value is (171,95,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011111 10111111
Octal 253 137 277
Decimal 171 95 191
Hex AB 5F BF

RGB Percentages of Color #ab5fbf

%37.42
%20.79
%41.79

CMYK Percentages of Color #ab5fbf

%10
%50
%0
%25

Triadic Colors of #ab5fbf

#ab5fbf #bfab5f #5fbfab

Analogous Colors of #ab5fbf

#ab5fbf #bf5fa3 #7b5fbf

Monochromatic Colors of #ab5fbf

#ab5fbf

Complementary Color

#ab5fbf #73bf5f

#ab5fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5fbf Color CSS Codes

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

#ab5fbf Text Font Color

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

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


#ab5fbf Background Color

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

This div background color is #ab5fbf


#ab5fbf Border Color

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

This div border color is #ab5fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5fbf


Comments

No comments written yet.

Please login to write comment.