Color Hex Logo

#ac5cbe Color Hex

#AC5CBE
(172,92,190)
0 Favorites   0 Comments

Color spaces of #ac5cbe

RGB 17292190
HSL0.800.430.55
HSV289°52°75°
CMYK 0.090.520.00   0.25
XYZ30.134720.142751.0148
Yxy20.14270.29750.1989
Hunter Lab44.880641.3112-35.9772
CIE-Lab51.998247.8456-38.0989

#ac5cbe color RGB value is (172,92,190).

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

The process color (four color CMYK) of #ac5cbe color hex is 0.09, 0.52, 0.00, 0.25. Web safe color of #ac5cbe is #9966cc. Color #ac5cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01011100 10111110
Octal 254 134 276
Decimal 172 92 190
Hex AC 5C BE

RGB Percentages of Color #ac5cbe

%37.89
%20.26
%41.85

CMYK Percentages of Color #ac5cbe

%9
%52
%0
%25

Triadic Colors of #ac5cbe

#ac5cbe #beac5c #5cbeac

Analogous Colors of #ac5cbe

#ac5cbe #be5c9f #7b5cbe

Monochromatic Colors of #ac5cbe

#ac5cbe

Complementary Color

#ac5cbe #6ebe5c

#ac5cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac5cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac5cbe Color CSS Codes

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

#ac5cbe Text Font Color

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

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


#ac5cbe Background Color

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

This div background color is #ac5cbe


#ac5cbe Border Color

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

This div border color is #ac5cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac5cbe


Comments

No comments written yet.

Please login to write comment.