Color Hex Logo

#ab7eef Color Hex

#AB7EEF
(171,126,239)
0 Favorites   0 Comments

Color spaces of #ab7eef

RGB 171126239
HSL0.730.780.72
HSV264°47°94°
CMYK 0.280.470.00   0.06
XYZ39.835429.811685.3160
Yxy29.81160.25710.1924
Hunter Lab54.600034.6811-54.4244
CIE-Lab61.491340.1654-50.7770

#ab7eef color RGB value is (171,126,239).

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

The process color (four color CMYK) of #ab7eef color hex is 0.28, 0.47, 0.00, 0.06. Web safe color of #ab7eef is #9966ff. Color #ab7eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111110 11101111
Octal 253 176 357
Decimal 171 126 239
Hex AB 7E EF

RGB Percentages of Color #ab7eef

%31.90
%23.51
%44.59

CMYK Percentages of Color #ab7eef

%28
%47
%0
%6

Triadic Colors of #ab7eef

#ab7eef #efab7e #7eefab

Analogous Colors of #ab7eef

#ab7eef #e47eef #7e8aef

Monochromatic Colors of #ab7eef

#ab7eef

Complementary Color

#ab7eef #c2ef7e

#ab7eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab7eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab7eef Color CSS Codes

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

#ab7eef Text Font Color

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

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


#ab7eef Background Color

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

This div background color is #ab7eef


#ab7eef Border Color

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

This div border color is #ab7eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab7eef


Comments

No comments written yet.

Please login to write comment.