Color Hex Logo

#ab3aea Color Hex

#AB3AEA
(171,58,234)
0 Favorites   0 Comments

Color spaces of #ab3aea

RGB 17158234
HSL0.770.810.57
HSV279°75°92°
CMYK 0.270.750.00   0.08
XYZ33.158917.624679.4961
Yxy17.62460.25450.1353
Hunter Lab41.981767.5190-82.8838
CIE-Lab49.037671.6504-67.9572

#ab3aea color RGB value is (171,58,234).

#ab3aea hex color red value is 171, green value is 58 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ab3aea hue: 0.77 , saturation: 0.81 and the lightness value of ab3aea is 0.57.

The process color (four color CMYK) of #ab3aea color hex is 0.27, 0.75, 0.00, 0.08. Web safe color of #ab3aea is #9933ff. Color #ab3aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00111010 11101010
Octal 253 72 352
Decimal 171 58 234
Hex AB 3A EA

RGB Percentages of Color #ab3aea

%36.93
%12.53
%50.54

CMYK Percentages of Color #ab3aea

%27
%75
%0
%8

Triadic Colors of #ab3aea

#ab3aea #eaab3a #3aeaab

Analogous Colors of #ab3aea

#ab3aea #ea3ad1 #533aea

Monochromatic Colors of #ab3aea

#ab3aea

Complementary Color

#ab3aea #79ea3a

#ab3aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab3aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab3aea Color CSS Codes

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

#ab3aea Text Font Color

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

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


#ab3aea Background Color

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

This div background color is #ab3aea


#ab3aea Border Color

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

This div border color is #ab3aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab3aea


Comments

No comments written yet.

Please login to write comment.