Color Hex Logo

#ab80ee Color Hex

#AB80EE
(171,128,238)
0 Favorites   0 Comments

Color spaces of #ab80ee

RGB 171128238
HSL0.730.760.72
HSV263°46°93°
CMYK 0.280.460.00   0.07
XYZ39.946430.269384.6261
Yxy30.26930.25800.1955
Hunter Lab55.017533.3222-52.6856
CIE-Lab61.885938.8119-49.5983

#ab80ee color RGB value is (171,128,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10000000 11101110
Octal 253 200 356
Decimal 171 128 238
Hex AB 80 EE

RGB Percentages of Color #ab80ee

%31.84
%23.84
%44.32

CMYK Percentages of Color #ab80ee

%28
%46
%0
%7

Triadic Colors of #ab80ee

#ab80ee #eeab80 #80eeab

Analogous Colors of #ab80ee

#ab80ee #e280ee #808cee

Monochromatic Colors of #ab80ee

#ab80ee

Complementary Color

#ab80ee #c3ee80

#ab80ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab80ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab80ee Color CSS Codes

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

#ab80ee Text Font Color

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

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


#ab80ee Background Color

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

This div background color is #ab80ee


#ab80ee Border Color

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

This div border color is #ab80ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab80ee

#ab80ee Color Palettes


Comments

No comments written yet.

Please login to write comment.