Color Hex Logo

#ab28ef Color Hex

#AB28EF
(171,40,239)
0 Favorites   0 Comments

Color spaces of #ab28ef

RGB 17140239
HSL0.780.860.55
HSV279°83°94°
CMYK 0.280.830.00   0.06
XYZ33.133416.407583.0820
Yxy16.40750.24980.1237
Hunter Lab40.506275.1243-93.2551
CIE-Lab47.504678.1676-73.2683

#ab28ef color RGB value is (171,40,239).

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

The process color (four color CMYK) of #ab28ef color hex is 0.28, 0.83, 0.00, 0.06. Web safe color of #ab28ef is #9933ff. Color #ab28ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101000 11101111
Octal 253 50 357
Decimal 171 40 239
Hex AB 28 EF

RGB Percentages of Color #ab28ef

%38.00
%8.89
%53.11

CMYK Percentages of Color #ab28ef

%28
%83
%0
%6

Triadic Colors of #ab28ef

#ab28ef #efab28 #28efab

Analogous Colors of #ab28ef

#ab28ef #ef28d0 #4828ef

Monochromatic Colors of #ab28ef

#ab28ef

Complementary Color

#ab28ef #6cef28

#ab28ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab28ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab28ef Color CSS Codes

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

#ab28ef Text Font Color

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

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


#ab28ef Background Color

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

This div background color is #ab28ef


#ab28ef Border Color

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

This div border color is #ab28ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab28ef


Comments

No comments written yet.

Please login to write comment.