Color Hex Logo

#ab28eb Color Hex

#AB28EB
(171,40,235)
0 Favorites   0 Comments

Color spaces of #ab28eb

RGB 17140235
HSL0.780.830.54
HSV280°83°92°
CMYK 0.270.830.00   0.08
XYZ32.548816.173780.0036
Yxy16.17370.25290.1256
Hunter Lab40.216574.0880-89.7953
CIE-Lab47.201677.3922-71.5052

#ab28eb color RGB value is (171,40,235).

#ab28eb hex color red value is 171, green value is 40 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ab28eb hue: 0.78 , saturation: 0.83 and the lightness value of ab28eb is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101000 11101011
Octal 253 50 353
Decimal 171 40 235
Hex AB 28 EB

RGB Percentages of Color #ab28eb

%38.34
%8.97
%52.69

CMYK Percentages of Color #ab28eb

%27
%83
%0
%8

Triadic Colors of #ab28eb

#ab28eb #ebab28 #28ebab

Analogous Colors of #ab28eb

#ab28eb #eb28ca #4928eb

Monochromatic Colors of #ab28eb

#ab28eb

Complementary Color

#ab28eb #68eb28

#ab28eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab28eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab28eb Color CSS Codes

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

#ab28eb Text Font Color

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

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


#ab28eb Background Color

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

This div background color is #ab28eb


#ab28eb Border Color

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

This div border color is #ab28eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab28eb


Comments

No comments written yet.

Please login to write comment.