Color Hex Logo

#ac5ecb Color Hex

#AC5ECB
(172,94,203)
0 Favorites   0 Comments

Color spaces of #ac5ecb

RGB 17294203
HSL0.790.510.58
HSV283°54°80°
CMYK 0.150.540.00   0.20
XYZ31.795521.087958.8945
Yxy21.08790.28450.1887
Hunter Lab45.921643.2284-43.8945
CIE-Lab53.045649.4827-43.9111

#ac5ecb color RGB value is (172,94,203).

#ac5ecb hex color red value is 172, green value is 94 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ac5ecb hue: 0.79 , saturation: 0.51 and the lightness value of ac5ecb is 0.58.

The process color (four color CMYK) of #ac5ecb color hex is 0.15, 0.54, 0.00, 0.20. Web safe color of #ac5ecb is #9966cc. Color #ac5ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01011110 11001011
Octal 254 136 313
Decimal 172 94 203
Hex AC 5E CB

RGB Percentages of Color #ac5ecb

%36.67
%20.04
%43.28

CMYK Percentages of Color #ac5ecb

%15
%54
%0
%20

Triadic Colors of #ac5ecb

#ac5ecb #cbac5e #5ecbac

Analogous Colors of #ac5ecb

#ac5ecb #cb5eb4 #765ecb

Monochromatic Colors of #ac5ecb

#ac5ecb

Complementary Color

#ac5ecb #7dcb5e

#ac5ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac5ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac5ecb Color CSS Codes

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

#ac5ecb Text Font Color

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

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


#ac5ecb Background Color

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

This div background color is #ac5ecb


#ac5ecb Border Color

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

This div border color is #ac5ecb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,94,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac5ecb


Comments

No comments written yet.

Please login to write comment.