Color Hex Logo

#ab83fa Color Hex

#AB83FA
(171,131,250)
0 Favorites   0 Comments

Color spaces of #ab83fa

RGB 171131250
HSL0.720.920.75
HSV260°48°98°
CMYK 0.320.480.00   0.02
XYZ42.166231.792794.3567
Yxy31.79270.25050.1889
Hunter Lab56.385034.8132-59.7485
CIE-Lab63.171240.0846-54.1761

#ab83fa color RGB value is (171,131,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000011 11111010
Octal 253 203 372
Decimal 171 131 250
Hex AB 83 FA

RGB Percentages of Color #ab83fa

%30.98
%23.73
%45.29

CMYK Percentages of Color #ab83fa

%32
%48
%0
%2

Triadic Colors of #ab83fa

#ab83fa #faab83 #83faab

Analogous Colors of #ab83fa

#ab83fa #e783fa #8397fa

Monochromatic Colors of #ab83fa

#ab83fa

Complementary Color

#ab83fa #d2fa83

#ab83fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab83fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab83fa Color CSS Codes

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

#ab83fa Text Font Color

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

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


#ab83fa Background Color

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

This div background color is #ab83fa


#ab83fa Border Color

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

This div border color is #ab83fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab83fa


Comments

No comments written yet.

Please login to write comment.