Color Hex Logo

#ac5aeb Color Hex

#AC5AEB
(172,90,235)
0 Favorites   0 Comments

Color spaces of #ac5aeb

RGB 17290235
HSL0.760.780.64
HSV274°62°92°
CMYK 0.270.620.00   0.08
XYZ35.664822.081180.9796
Yxy22.08110.25710.1592
Hunter Lab46.990553.2442-69.2821
CIE-Lab54.112958.4262-60.3199

#ac5aeb color RGB value is (172,90,235).

#ac5aeb hex color red value is 172, green value is 90 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ac5aeb hue: 0.76 , saturation: 0.78 and the lightness value of ac5aeb is 0.64.

The process color (four color CMYK) of #ac5aeb color hex is 0.27, 0.62, 0.00, 0.08. Web safe color of #ac5aeb is #9966ff. Color #ac5aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01011010 11101011
Octal 254 132 353
Decimal 172 90 235
Hex AC 5A EB

RGB Percentages of Color #ac5aeb

%34.61
%18.11
%47.28

CMYK Percentages of Color #ac5aeb

%27
%62
%0
%8

Triadic Colors of #ac5aeb

#ac5aeb #ebac5a #5aebac

Analogous Colors of #ac5aeb

#ac5aeb #eb5ae2 #635aeb

Monochromatic Colors of #ac5aeb

#ac5aeb

Complementary Color

#ac5aeb #99eb5a

#ac5aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac5aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac5aeb Color CSS Codes

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

#ac5aeb Text Font Color

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

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


#ac5aeb Background Color

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

This div background color is #ac5aeb


#ac5aeb Border Color

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

This div border color is #ac5aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac5aeb


Comments

No comments written yet.

Please login to write comment.