Color Hex Logo

#ab6eed Color Hex

#AB6EED
(171,110,237)
0 Favorites   0 Comments

Color spaces of #ab6eed

RGB 171110237
HSL0.750.780.68
HSV269°54°93°
CMYK 0.280.540.00   0.07
XYZ37.656625.924283.1399
Yxy25.92420.25670.1767
Hunter Lab50.915842.9134-61.1730
CIE-Lab57.965048.4147-55.2756

#ab6eed color RGB value is (171,110,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01101110 11101101
Octal 253 156 355
Decimal 171 110 237
Hex AB 6E ED

RGB Percentages of Color #ab6eed

%33.01
%21.24
%45.75

CMYK Percentages of Color #ab6eed

%28
%54
%0
%7

Triadic Colors of #ab6eed

#ab6eed #edab6e #6eedab

Analogous Colors of #ab6eed

#ab6eed #eb6eed #6e71ed

Monochromatic Colors of #ab6eed

#ab6eed

Complementary Color

#ab6eed #b0ed6e

#ab6eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab6eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab6eed Color CSS Codes

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

#ab6eed Text Font Color

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

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


#ab6eed Background Color

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

This div background color is #ab6eed


#ab6eed Border Color

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

This div border color is #ab6eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab6eed


Comments

No comments written yet.

Please login to write comment.