Color Hex Logo

#ab5bbd Color Hex

#AB5BBD
(171,91,189)
0 Favorites   0 Comments

Color spaces of #ab5bbd

RGB 17191189
HSL0.800.430.55
HSV289°52°74°
CMYK 0.100.520.00   0.26
XYZ29.721019.814250.4022
Yxy19.81420.29740.1983
Hunter Lab44.513141.2847-35.9748
CIE-Lab51.626547.8803-38.1155

#ab5bbd color RGB value is (171,91,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011011 10111101
Octal 253 133 275
Decimal 171 91 189
Hex AB 5B BD

RGB Percentages of Color #ab5bbd

%37.92
%20.18
%41.91

CMYK Percentages of Color #ab5bbd

%10
%52
%0
%26

Triadic Colors of #ab5bbd

#ab5bbd #bdab5b #5bbdab

Analogous Colors of #ab5bbd

#ab5bbd #bd5b9e #7a5bbd

Monochromatic Colors of #ab5bbd

#ab5bbd

Complementary Color

#ab5bbd #6dbd5b

#ab5bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5bbd Color CSS Codes

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

#ab5bbd Text Font Color

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

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


#ab5bbd Background Color

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

This div background color is #ab5bbd


#ab5bbd Border Color

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

This div border color is #ab5bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5bbd


Comments

No comments written yet.

Please login to write comment.