Color Hex Logo

#ab5fba Color Hex

#AB5FBA
(171,95,186)
0 Favorites   0 Comments

Color spaces of #ab5fba

RGB 17195186
HSL0.810.400.55
HSV290°49°73°
CMYK 0.080.490.00   0.27
XYZ29.749720.387548.8216
Yxy20.38750.30060.2060
Hunter Lab45.152538.5916-32.5011
CIE-Lab52.272545.2049-35.3672

#ab5fba color RGB value is (171,95,186).

#ab5fba hex color red value is 171, green value is 95 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ab5fba hue: 0.81 , saturation: 0.40 and the lightness value of ab5fba is 0.55.

The process color (four color CMYK) of #ab5fba color hex is 0.08, 0.49, 0.00, 0.27. Web safe color of #ab5fba is #9966cc. Color #ab5fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011111 10111010
Octal 253 137 272
Decimal 171 95 186
Hex AB 5F BA

RGB Percentages of Color #ab5fba

%37.83
%21.02
%41.15

CMYK Percentages of Color #ab5fba

%8
%49
%0
%27

Triadic Colors of #ab5fba

#ab5fba #baab5f #5fbaab

Analogous Colors of #ab5fba

#ab5fba #ba5f9c #7e5fba

Monochromatic Colors of #ab5fba

#ab5fba

Complementary Color

#ab5fba #6eba5f

#ab5fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5fba Color CSS Codes

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

#ab5fba Text Font Color

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

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


#ab5fba Background Color

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

This div background color is #ab5fba


#ab5fba Border Color

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

This div border color is #ab5fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5fba


Comments

No comments written yet.

Please login to write comment.