Color Hex Logo

#ab73eb Color Hex

#AB73EB
(171,115,235)
0 Favorites   0 Comments

Color spaces of #ab73eb

RGB 171115235
HSL0.740.750.69
HSV268°51°92°
CMYK 0.270.510.00   0.08
XYZ37.920726.917681.7942
Yxy26.91760.25860.1836
Hunter Lab51.882239.6719-57.1554
CIE-Lab58.898045.2499-52.6754

#ab73eb color RGB value is (171,115,235).

#ab73eb hex color red value is 171, green value is 115 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ab73eb hue: 0.74 , saturation: 0.75 and the lightness value of ab73eb is 0.69.

The process color (four color CMYK) of #ab73eb color hex is 0.27, 0.51, 0.00, 0.08. Web safe color of #ab73eb is #9966ff. Color #ab73eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01110011 11101011
Octal 253 163 353
Decimal 171 115 235
Hex AB 73 EB

RGB Percentages of Color #ab73eb

%32.82
%22.07
%45.11

CMYK Percentages of Color #ab73eb

%27
%51
%0
%8

Triadic Colors of #ab73eb

#ab73eb #ebab73 #73ebab

Analogous Colors of #ab73eb

#ab73eb #e773eb #7377eb

Monochromatic Colors of #ab73eb

#ab73eb

Complementary Color

#ab73eb #b3eb73

#ab73eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab73eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab73eb Color CSS Codes

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

#ab73eb Text Font Color

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

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


#ab73eb Background Color

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

This div background color is #ab73eb


#ab73eb Border Color

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

This div border color is #ab73eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab73eb


Comments

No comments written yet.

Please login to write comment.