Color Hex Logo

#ab7ebc Color Hex

#AB7EBC
(171,126,188)
0 Favorites   0 Comments

Color spaces of #ab7ebc

RGB 171126188
HSL0.790.320.62
HSV284°33°74°
CMYK 0.090.330.00   0.26
XYZ33.332527.210551.0723
Yxy27.21050.29860.2438
Hunter Lab52.163722.7747-21.5349
CIE-Lab59.168728.5951-25.7944

#ab7ebc color RGB value is (171,126,188).

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

The process color (four color CMYK) of #ab7ebc color hex is 0.09, 0.33, 0.00, 0.26. Web safe color of #ab7ebc is #9966cc. Color #ab7ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01111110 10111100
Octal 253 176 274
Decimal 171 126 188
Hex AB 7E BC

RGB Percentages of Color #ab7ebc

%35.26
%25.98
%38.76

CMYK Percentages of Color #ab7ebc

%9
%33
%0
%26

Triadic Colors of #ab7ebc

#ab7ebc #bcab7e #7ebcab

Analogous Colors of #ab7ebc

#ab7ebc #bc7eae #8c7ebc

Monochromatic Colors of #ab7ebc

#ab7ebc

Complementary Color

#ab7ebc #8fbc7e

#ab7ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab7ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab7ebc Color CSS Codes

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

#ab7ebc Text Font Color

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

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


#ab7ebc Background Color

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

This div background color is #ab7ebc


#ab7ebc Border Color

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

This div border color is #ab7ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab7ebc


Comments

No comments written yet.

Please login to write comment.