Color Hex Logo

#ab81fa Color Hex

#AB81FA
(171,129,250)
0 Favorites   0 Comments

Color spaces of #ab81fa

RGB 171129250
HSL0.720.920.74
HSV261°48°98°
CMYK 0.320.480.00   0.02
XYZ41.900231.260694.2680
Yxy31.26060.25030.1867
Hunter Lab55.911235.9245-60.8270
CIE-Lab62.727041.1956-54.8821

#ab81fa color RGB value is (171,129,250).

#ab81fa hex color red value is 171, green value is 129 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ab81fa hue: 0.72 , saturation: 0.92 and the lightness value of ab81fa is 0.74.

The process color (four color CMYK) of #ab81fa color hex is 0.32, 0.48, 0.00, 0.02. Web safe color of #ab81fa is #9999ff. Color #ab81fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000001 11111010
Octal 253 201 372
Decimal 171 129 250
Hex AB 81 FA

RGB Percentages of Color #ab81fa

%31.09
%23.45
%45.45

CMYK Percentages of Color #ab81fa

%32
%48
%0
%2

Triadic Colors of #ab81fa

#ab81fa #faab81 #81faab

Analogous Colors of #ab81fa

#ab81fa #e881fa #8194fa

Monochromatic Colors of #ab81fa

#ab81fa

Complementary Color

#ab81fa #d0fa81

#ab81fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab81fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab81fa Color CSS Codes

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

#ab81fa Text Font Color

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

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


#ab81fa Background Color

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

This div background color is #ab81fa


#ab81fa Border Color

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

This div border color is #ab81fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab81fa


Comments

No comments written yet.

Please login to write comment.