Color Hex Logo

#ab0ebd Color Hex

#AB0EBD
(171,14,189)
0 Favorites   0 Comments

Color spaces of #ab0ebd

RGB 17114189
HSL0.820.860.40
HSV294°93°74°
CMYK 0.100.930.00   0.26
XYZ26.136912.646149.2075
Yxy12.64610.29700.1437
Hunter Lab35.561468.9616-57.1487
CIE-Lab42.225174.1734-53.0926

#ab0ebd color RGB value is (171,14,189).

#ab0ebd hex color red value is 171, green value is 14 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ab0ebd hue: 0.82 , saturation: 0.86 and the lightness value of ab0ebd is 0.40.

The process color (four color CMYK) of #ab0ebd color hex is 0.10, 0.93, 0.00, 0.26. Web safe color of #ab0ebd is #9900cc. Color #ab0ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00001110 10111101
Octal 253 16 275
Decimal 171 14 189
Hex AB E BD

RGB Percentages of Color #ab0ebd

%45.72
%3.74
%50.53

CMYK Percentages of Color #ab0ebd

%10
%93
%0
%26

Triadic Colors of #ab0ebd

#ab0ebd #bdab0e #0ebdab

Analogous Colors of #ab0ebd

#ab0ebd #bd0e78 #530ebd

Monochromatic Colors of #ab0ebd

#ab0ebd

Complementary Color

#ab0ebd #20bd0e

#ab0ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab0ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab0ebd Color CSS Codes

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

#ab0ebd Text Font Color

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

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


#ab0ebd Background Color

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

This div background color is #ab0ebd


#ab0ebd Border Color

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

This div border color is #ab0ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab0ebd


Comments

No comments written yet.

Please login to write comment.