Color Hex Logo

#ab6eda Color Hex

#AB6EDA
(171,110,218)
0 Favorites   0 Comments

Color spaces of #ab6eda

RGB 171110218
HSL0.760.590.64
HSV274°50°85°
CMYK 0.220.500.00   0.15
XYZ35.025424.871769.2844
Yxy24.87170.27110.1925
Hunter Lab49.871538.0876-47.4590
CIE-Lab56.950244.0285-46.2476

#ab6eda color RGB value is (171,110,218).

#ab6eda hex color red value is 171, green value is 110 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ab6eda hue: 0.76 , saturation: 0.59 and the lightness value of ab6eda is 0.64.

The process color (four color CMYK) of #ab6eda color hex is 0.22, 0.50, 0.00, 0.15. Web safe color of #ab6eda is #9966cc. Color #ab6eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01101110 11011010
Octal 253 156 332
Decimal 171 110 218
Hex AB 6E DA

RGB Percentages of Color #ab6eda

%34.27
%22.04
%43.69

CMYK Percentages of Color #ab6eda

%22
%50
%0
%15

Triadic Colors of #ab6eda

#ab6eda #daab6e #6edaab

Analogous Colors of #ab6eda

#ab6eda #da6ed3 #756eda

Monochromatic Colors of #ab6eda

#ab6eda

Complementary Color

#ab6eda #9dda6e

#ab6eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab6eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab6eda Color CSS Codes

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

#ab6eda Text Font Color

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

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


#ab6eda Background Color

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

This div background color is #ab6eda


#ab6eda Border Color

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

This div border color is #ab6eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab6eda


Comments

No comments written yet.

Please login to write comment.