Color Hex Logo

#ab7eba Color Hex

#AB7EBA
(171,126,186)
0 Favorites   0 Comments

Color spaces of #ab7eba

RGB 171126186
HSL0.790.300.61
HSV285°32°73°
CMYK 0.080.320.00   0.27
XYZ33.118427.124849.9445
Yxy27.12480.30060.2462
Hunter Lab52.081522.3649-20.4002
CIE-Lab59.089728.1791-24.7782

#ab7eba color RGB value is (171,126,186).

#ab7eba hex color red value is 171, green value is 126 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ab7eba hue: 0.79 , saturation: 0.30 and the lightness value of ab7eba is 0.61.

The process color (four color CMYK) of #ab7eba color hex is 0.08, 0.32, 0.00, 0.27. Web safe color of #ab7eba is #9966cc. Color #ab7eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111110 10111010
Octal 253 176 272
Decimal 171 126 186
Hex AB 7E BA

RGB Percentages of Color #ab7eba

%35.40
%26.09
%38.51

CMYK Percentages of Color #ab7eba

%8
%32
%0
%27

Triadic Colors of #ab7eba

#ab7eba #baab7e #7ebaab

Analogous Colors of #ab7eba

#ab7eba #ba7eab #8d7eba

Monochromatic Colors of #ab7eba

#ab7eba

Complementary Color

#ab7eba #8dba7e

#ab7eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab7eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab7eba Color CSS Codes

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

#ab7eba Text Font Color

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

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


#ab7eba Background Color

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

This div background color is #ab7eba


#ab7eba Border Color

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

This div border color is #ab7eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab7eba


Comments

No comments written yet.

Please login to write comment.