Color Hex Logo

#ab4eda Color Hex

#AB4EDA
(171,78,218)
0 Favorites   0 Comments

Color spaces of #ab4eda

RGB 17178218
HSL0.780.650.58
HSV280°64°85°
CMYK 0.220.640.00   0.15
XYZ32.173919.168768.3338
Yxy19.16870.26880.1602
Hunter Lab43.782154.5547-61.8907
CIE-Lab50.884060.1713-55.9162

#ab4eda color RGB value is (171,78,218).

#ab4eda hex color red value is 171, green value is 78 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ab4eda hue: 0.78 , saturation: 0.65 and the lightness value of ab4eda is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01001110 11011010
Octal 253 116 332
Decimal 171 78 218
Hex AB 4E DA

RGB Percentages of Color #ab4eda

%36.62
%16.70
%46.68

CMYK Percentages of Color #ab4eda

%22
%64
%0
%15

Triadic Colors of #ab4eda

#ab4eda #daab4e #4edaab

Analogous Colors of #ab4eda

#ab4eda #da4ec3 #654eda

Monochromatic Colors of #ab4eda

#ab4eda

Complementary Color

#ab4eda #7dda4e

#ab4eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab4eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab4eda Color CSS Codes

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

#ab4eda Text Font Color

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

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


#ab4eda Background Color

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

This div background color is #ab4eda


#ab4eda Border Color

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

This div border color is #ab4eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab4eda


Comments

No comments written yet.

Please login to write comment.