Color Hex Logo

#ab0ede Color Hex

#AB0EDE
(171,14,222)
0 Favorites   0 Comments

Color spaces of #ab0ede

RGB 17114222
HSL0.790.880.46
HSV285°94°87°
CMYK 0.230.940.00   0.13
XYZ30.136414.245970.2686
Yxy14.24590.26290.1243
Hunter Lab37.743776.4714-83.9613
CIE-Lab44.583579.8117-68.3801

#ab0ede color RGB value is (171,14,222).

#ab0ede hex color red value is 171, green value is 14 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ab0ede hue: 0.79 , saturation: 0.88 and the lightness value of ab0ede is 0.46.

The process color (four color CMYK) of #ab0ede color hex is 0.23, 0.94, 0.00, 0.13. Web safe color of #ab0ede is #9900cc. Color #ab0ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00001110 11011110
Octal 253 16 336
Decimal 171 14 222
Hex AB E DE

RGB Percentages of Color #ab0ede

%42.01
%3.44
%54.55

CMYK Percentages of Color #ab0ede

%23
%94
%0
%13

Triadic Colors of #ab0ede

#ab0ede #deab0e #0edeab

Analogous Colors of #ab0ede

#ab0ede #de0ea9 #430ede

Monochromatic Colors of #ab0ede

#ab0ede

Complementary Color

#ab0ede #41de0e

#ab0ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab0ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab0ede Color CSS Codes

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

#ab0ede Text Font Color

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

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


#ab0ede Background Color

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

This div background color is #ab0ede


#ab0ede Border Color

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

This div border color is #ab0ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab0ede


Comments

No comments written yet.

Please login to write comment.