Color Hex Logo

#ab58ba Color Hex

#AB58BA
(171,88,186)
0 Favorites   0 Comments

Color spaces of #ab58ba

RGB 17188186
HSL0.810.420.54
HSV291°53°73°
CMYK 0.080.530.00   0.27
XYZ29.147219.182548.6207
Yxy19.18250.30060.1979
Hunter Lab43.797842.1445-35.1603
CIE-Lab50.900048.8134-37.5233

#ab58ba color RGB value is (171,88,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011000 10111010
Octal 253 130 272
Decimal 171 88 186
Hex AB 58 BA

RGB Percentages of Color #ab58ba

%38.43
%19.78
%41.80

CMYK Percentages of Color #ab58ba

%8
%53
%0
%27

Triadic Colors of #ab58ba

#ab58ba #baab58 #58baab

Analogous Colors of #ab58ba

#ab58ba #ba5898 #7a58ba

Monochromatic Colors of #ab58ba

#ab58ba

Complementary Color

#ab58ba #67ba58

#ab58ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab58ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab58ba Color CSS Codes

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

#ab58ba Text Font Color

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

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


#ab58ba Background Color

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

This div background color is #ab58ba


#ab58ba Border Color

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

This div border color is #ab58ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab58ba


Comments

No comments written yet.

Please login to write comment.