Color Hex Logo

#ab30ba Color Hex

#AB30BA
(171,48,186)
0 Favorites   0 Comments

Color spaces of #ab30ba

RGB 17148186
HSL0.820.590.46
HSV293°74°73°
CMYK 0.080.740.00   0.27
XYZ26.714514.317047.8098
Yxy14.31700.30070.1612
Hunter Lab37.837859.8096-48.4291
CIE-Lab44.684265.9517-47.3857

#ab30ba color RGB value is (171,48,186).

#ab30ba hex color red value is 171, green value is 48 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ab30ba hue: 0.82 , saturation: 0.59 and the lightness value of ab30ba is 0.46.

The process color (four color CMYK) of #ab30ba color hex is 0.08, 0.74, 0.00, 0.27. Web safe color of #ab30ba is #9933cc. Color #ab30ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00110000 10111010
Octal 253 60 272
Decimal 171 48 186
Hex AB 30 BA

RGB Percentages of Color #ab30ba

%42.22
%11.85
%45.93

CMYK Percentages of Color #ab30ba

%8
%74
%0
%27

Triadic Colors of #ab30ba

#ab30ba #baab30 #30baab

Analogous Colors of #ab30ba

#ab30ba #ba3084 #6630ba

Monochromatic Colors of #ab30ba

#ab30ba

Complementary Color

#ab30ba #3fba30

#ab30ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab30ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab30ba Color CSS Codes

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

#ab30ba Text Font Color

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

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


#ab30ba Background Color

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

This div background color is #ab30ba


#ab30ba Border Color

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

This div border color is #ab30ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab30ba


Comments

No comments written yet.

Please login to write comment.