Color Hex Logo

#ab3afa Color Hex

#AB3AFA
(171,58,250)
0 Favorites   0 Comments

Color spaces of #ab3afa

RGB 17158250
HSL0.760.950.60
HSV275°77°98°
CMYK 0.320.770.00   0.02
XYZ35.563018.586292.1556
Yxy18.58620.24310.1270
Hunter Lab43.111771.7998-96.5601
CIE-Lab50.199574.9509-75.0467

#ab3afa color RGB value is (171,58,250).

#ab3afa hex color red value is 171, green value is 58 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ab3afa hue: 0.76 , saturation: 0.95 and the lightness value of ab3afa is 0.60.

The process color (four color CMYK) of #ab3afa color hex is 0.32, 0.77, 0.00, 0.02. Web safe color of #ab3afa is #9933ff. Color #ab3afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00111010 11111010
Octal 253 72 372
Decimal 171 58 250
Hex AB 3A FA

RGB Percentages of Color #ab3afa

%35.70
%12.11
%52.19

CMYK Percentages of Color #ab3afa

%32
%77
%0
%2

Triadic Colors of #ab3afa

#ab3afa #faab3a #3afaab

Analogous Colors of #ab3afa

#ab3afa #fa3ae9 #4b3afa

Monochromatic Colors of #ab3afa

#ab3afa

Complementary Color

#ab3afa #89fa3a

#ab3afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab3afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab3afa Color CSS Codes

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

#ab3afa Text Font Color

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

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


#ab3afa Background Color

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

This div background color is #ab3afa


#ab3afa Border Color

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

This div border color is #ab3afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab3afa


Comments

No comments written yet.

Please login to write comment.