Color Hex Logo

#ac5bea Color Hex

#AC5BEA
(172,91,234)
0 Favorites   0 Comments

Color spaces of #ac5bea

RGB 17291234
HSL0.760.770.64
HSV274°61°92°
CMYK 0.260.610.00   0.08
XYZ35.605622.193380.2490
Yxy22.19330.25790.1608
Hunter Lab47.109852.4684-68.0206
CIE-Lab54.231557.7155-59.5689

#ac5bea color RGB value is (172,91,234).

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

The process color (four color CMYK) of #ac5bea color hex is 0.26, 0.61, 0.00, 0.08. Web safe color of #ac5bea is #9966ff. Color #ac5bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01011011 11101010
Octal 254 133 352
Decimal 172 91 234
Hex AC 5B EA

RGB Percentages of Color #ac5bea

%34.61
%18.31
%47.08

CMYK Percentages of Color #ac5bea

%26
%61
%0
%8

Triadic Colors of #ac5bea

#ac5bea #eaac5b #5beaac

Analogous Colors of #ac5bea

#ac5bea #ea5be1 #655bea

Monochromatic Colors of #ac5bea

#ac5bea

Complementary Color

#ac5bea #99ea5b

#ac5bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac5bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac5bea Color CSS Codes

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

#ac5bea Text Font Color

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

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


#ac5bea Background Color

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

This div background color is #ac5bea


#ac5bea Border Color

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

This div border color is #ac5bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac5bea


Comments

No comments written yet.

Please login to write comment.