Color Hex Logo

#ab5fbd Color Hex

#AB5FBD
(171,95,189)
0 Favorites   0 Comments

Color spaces of #ab5fbd

RGB 17195189
HSL0.800.420.56
HSV289°50°74°
CMYK 0.100.500.00   0.26
XYZ30.072120.516550.5192
Yxy20.51650.29740.2029
Hunter Lab45.295139.2422-34.4215
CIE-Lab52.416245.8075-36.8735

#ab5fbd color RGB value is (171,95,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011111 10111101
Octal 253 137 275
Decimal 171 95 189
Hex AB 5F BD

RGB Percentages of Color #ab5fbd

%37.58
%20.88
%41.54

CMYK Percentages of Color #ab5fbd

%10
%50
%0
%26

Triadic Colors of #ab5fbd

#ab5fbd #bdab5f #5fbdab

Analogous Colors of #ab5fbd

#ab5fbd #bd5fa0 #7c5fbd

Monochromatic Colors of #ab5fbd

#ab5fbd

Complementary Color

#ab5fbd #71bd5f

#ab5fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5fbd Color CSS Codes

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

#ab5fbd Text Font Color

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

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


#ab5fbd Background Color

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

This div background color is #ab5fbd


#ab5fbd Border Color

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

This div border color is #ab5fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5fbd


Comments

No comments written yet.

Please login to write comment.