Color Hex Logo

#ab30af Color Hex

#AB30AF
(171,48,175)
0 Favorites   0 Comments

Color spaces of #ab30af

RGB 17148175
HSL0.830.570.44
HSV298°73°69°
CMYK 0.020.730.00   0.31
XYZ25.589413.867041.8853
Yxy13.86700.31460.1705
Hunter Lab37.238457.4939-40.6217
CIE-Lab44.041664.0573-41.9356

#ab30af color RGB value is (171,48,175).

#ab30af hex color red value is 171, green value is 48 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ab30af hue: 0.83 , saturation: 0.57 and the lightness value of ab30af is 0.44.

The process color (four color CMYK) of #ab30af color hex is 0.02, 0.73, 0.00, 0.31. Web safe color of #ab30af is #993399. Color #ab30af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00110000 10101111
Octal 253 60 257
Decimal 171 48 175
Hex AB 30 AF

RGB Percentages of Color #ab30af

%43.40
%12.18
%44.42

CMYK Percentages of Color #ab30af

%2
%73
%0
%31

Triadic Colors of #ab30af

#ab30af #afab30 #30afab

Analogous Colors of #ab30af

#ab30af #af3074 #6c30af

Monochromatic Colors of #ab30af

#ab30af

Complementary Color

#ab30af #34af30

#ab30af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab30af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab30af Color CSS Codes

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

#ab30af Text Font Color

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

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


#ab30af Background Color

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

This div background color is #ab30af


#ab30af Border Color

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

This div border color is #ab30af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab30af


Comments

No comments written yet.

Please login to write comment.