Color Hex Logo

#ab80ef Color Hex

#AB80EF
(171,128,239)
0 Favorites   0 Comments

Color spaces of #ab80ef

RGB 171128239
HSL0.730.780.72
HSV263°46°94°
CMYK 0.280.460.00   0.06
XYZ40.093730.328385.4021
Yxy30.32830.25730.1946
Hunter Lab55.071133.5797-53.3947
CIE-Lab61.936539.0537-50.0715

#ab80ef color RGB value is (171,128,239).

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

The process color (four color CMYK) of #ab80ef color hex is 0.28, 0.46, 0.00, 0.06. Web safe color of #ab80ef is #9999ff. Color #ab80ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000000 11101111
Octal 253 200 357
Decimal 171 128 239
Hex AB 80 EF

RGB Percentages of Color #ab80ef

%31.78
%23.79
%44.42

CMYK Percentages of Color #ab80ef

%28
%46
%0
%6

Triadic Colors of #ab80ef

#ab80ef #efab80 #80efab

Analogous Colors of #ab80ef

#ab80ef #e380ef #808def

Monochromatic Colors of #ab80ef

#ab80ef

Complementary Color

#ab80ef #c4ef80

#ab80ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab80ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab80ef Color CSS Codes

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

#ab80ef Text Font Color

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

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


#ab80ef Background Color

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

This div background color is #ab80ef


#ab80ef Border Color

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

This div border color is #ab80ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab80ef


Comments

No comments written yet.

Please login to write comment.