Color Hex Logo

#ac5ebc Color Hex

#AC5EBC
(172,94,188)
0 Favorites   0 Comments

Color spaces of #ac5ebc

RGB 17294188
HSL0.800.410.55
HSV290°50°74°
CMYK 0.090.500.00   0.26
XYZ30.093120.406949.9298
Yxy20.40690.29960.2032
Hunter Lab45.174039.8550-33.9101
CIE-Lab52.294246.4128-36.4794

#ac5ebc color RGB value is (172,94,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01011110 10111100
Octal 254 136 274
Decimal 172 94 188
Hex AC 5E BC

RGB Percentages of Color #ac5ebc

%37.89
%20.70
%41.41

CMYK Percentages of Color #ac5ebc

%9
%50
%0
%26

Triadic Colors of #ac5ebc

#ac5ebc #bcac5e #5ebcac

Analogous Colors of #ac5ebc

#ac5ebc #bc5e9d #7d5ebc

Monochromatic Colors of #ac5ebc

#ac5ebc

Complementary Color

#ac5ebc #6ebc5e

#ac5ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac5ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac5ebc Color CSS Codes

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

#ac5ebc Text Font Color

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

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


#ac5ebc Background Color

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

This div background color is #ac5ebc


#ac5ebc Border Color

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

This div border color is #ac5ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac5ebc


Comments

No comments written yet.

Please login to write comment.