Color Hex Logo

#ab5ebc Color Hex

#AB5EBC
(171,94,188)
0 Favorites   0 Comments

Color spaces of #ab5ebc

RGB 17194188
HSL0.800.410.55
HSV289°50°74°
CMYK 0.090.500.00   0.26
XYZ29.874420.294249.9196
Yxy20.29420.29850.2028
Hunter Lab45.049139.5368-34.1658
CIE-Lab52.168246.1281-36.6861

#ab5ebc color RGB value is (171,94,188).

#ab5ebc hex color red value is 171, green value is 94 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ab5ebc hue: 0.80 , saturation: 0.41 and the lightness value of ab5ebc is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011110 10111100
Octal 253 136 274
Decimal 171 94 188
Hex AB 5E BC

RGB Percentages of Color #ab5ebc

%37.75
%20.75
%41.50

CMYK Percentages of Color #ab5ebc

%9
%50
%0
%26

Triadic Colors of #ab5ebc

#ab5ebc #bcab5e #5ebcab

Analogous Colors of #ab5ebc

#ab5ebc #bc5e9e #7c5ebc

Monochromatic Colors of #ab5ebc

#ab5ebc

Complementary Color

#ab5ebc #6fbc5e

#ab5ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5ebc Color CSS Codes

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

#ab5ebc Text Font Color

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

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


#ab5ebc Background Color

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

This div background color is #ab5ebc


#ab5ebc Border Color

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

This div border color is #ab5ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5ebc


Comments

No comments written yet.

Please login to write comment.