Color Hex Logo

#ab6eef Color Hex

#AB6EEF
(171,110,239)
0 Favorites   0 Comments

Color spaces of #ab6eef

RGB 171110239
HSL0.750.800.68
HSV268°54°94°
CMYK 0.280.540.00   0.06
XYZ37.950526.041884.6877
Yxy26.04180.25520.1752
Hunter Lab51.031243.4411-62.6717
CIE-Lab58.076748.8863-56.2105

#ab6eef color RGB value is (171,110,239).

#ab6eef hex color red value is 171, green value is 110 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ab6eef hue: 0.75 , saturation: 0.80 and the lightness value of ab6eef is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01101110 11101111
Octal 253 156 357
Decimal 171 110 239
Hex AB 6E EF

RGB Percentages of Color #ab6eef

%32.88
%21.15
%45.96

CMYK Percentages of Color #ab6eef

%28
%54
%0
%6

Triadic Colors of #ab6eef

#ab6eef #efab6e #6eefab

Analogous Colors of #ab6eef

#ab6eef #ec6eef #6e72ef

Monochromatic Colors of #ab6eef

#ab6eef

Complementary Color

#ab6eef #b2ef6e

#ab6eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab6eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab6eef Color CSS Codes

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

#ab6eef Text Font Color

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

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


#ab6eef Background Color

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

This div background color is #ab6eef


#ab6eef Border Color

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

This div border color is #ab6eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab6eef


Comments

No comments written yet.

Please login to write comment.