Color Hex Logo

#ab40af Color Hex

#AB40AF
(171,64,175)
0 Favorites   0 Comments

Color spaces of #ab40af

RGB 17164175
HSL0.830.460.47
HSV298°63°69°
CMYK 0.020.630.00   0.31
XYZ26.365815.419942.1441
Yxy15.41990.31410.1837
Hunter Lab39.268251.1308-36.1445
CIE-Lab46.204057.9692-38.5063

#ab40af color RGB value is (171,64,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01000000 10101111
Octal 253 100 257
Decimal 171 64 175
Hex AB 40 AF

RGB Percentages of Color #ab40af

%41.71
%15.61
%42.68

CMYK Percentages of Color #ab40af

%2
%63
%0
%31

Triadic Colors of #ab40af

#ab40af #afab40 #40afab

Analogous Colors of #ab40af

#ab40af #af407c #7440af

Monochromatic Colors of #ab40af

#ab40af

Complementary Color

#ab40af #44af40

#ab40af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab40af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab40af Color CSS Codes

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

#ab40af Text Font Color

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

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


#ab40af Background Color

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

This div background color is #ab40af


#ab40af Border Color

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

This div border color is #ab40af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab40af


Comments

No comments written yet.

Please login to write comment.