Color Hex Logo

#ac5bee Color Hex

#AC5BEE
(172,91,238)
0 Favorites   0 Comments

Color spaces of #ac5bee

RGB 17291238
HSL0.760.810.65
HSV273°62°93°
CMYK 0.280.620.00   0.07
XYZ36.187022.425983.3103
Yxy22.42590.25500.1580
Hunter Lab47.356053.5275-71.1558
CIE-Lab54.476058.6129-61.4160

#ac5bee color RGB value is (172,91,238).

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

The process color (four color CMYK) of #ac5bee color hex is 0.28, 0.62, 0.00, 0.07. Web safe color of #ac5bee is #9966ff. Color #ac5bee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01011011 11101110
Octal 254 133 356
Decimal 172 91 238
Hex AC 5B EE

RGB Percentages of Color #ac5bee

%34.33
%18.16
%47.50

CMYK Percentages of Color #ac5bee

%28
%62
%0
%7

Triadic Colors of #ac5bee

#ac5bee #eeac5b #5beeac

Analogous Colors of #ac5bee

#ac5bee #ee5be7 #625bee

Monochromatic Colors of #ac5bee

#ac5bee

Complementary Color

#ac5bee #9dee5b

#ac5bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac5bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac5bee Color CSS Codes

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

#ac5bee Text Font Color

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

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


#ac5bee Background Color

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

This div background color is #ac5bee


#ac5bee Border Color

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

This div border color is #ac5bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac5bee


Comments

No comments written yet.

Please login to write comment.