Color Hex Logo

#ac4eb5 Color Hex

#AC4EB5
(172,78,181)
0 Favorites   0 Comments

Color spaces of #ac4eb5

RGB 17278181
HSL0.820.410.51
HSV295°57°71°
CMYK 0.050.570.00   0.29
XYZ28.078117.555645.6248
Yxy17.55560.30770.1924
Hunter Lab41.899446.2945-35.2321
CIE-Lab48.952653.0336-37.6743

#ac4eb5 color RGB value is (172,78,181).

#ac4eb5 hex color red value is 172, green value is 78 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #ac4eb5 hue: 0.82 , saturation: 0.41 and the lightness value of ac4eb5 is 0.51.

The process color (four color CMYK) of #ac4eb5 color hex is 0.05, 0.57, 0.00, 0.29. Web safe color of #ac4eb5 is #9966cc. Color #ac4eb5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01001110 10110101
Octal 254 116 265
Decimal 172 78 181
Hex AC 4E B5

RGB Percentages of Color #ac4eb5

%39.91
%18.10
%42.00

CMYK Percentages of Color #ac4eb5

%5
%57
%0
%29

Triadic Colors of #ac4eb5

#ac4eb5 #b5ac4e #4eb5ac

Analogous Colors of #ac4eb5

#ac4eb5 #b54e8b #794eb5

Monochromatic Colors of #ac4eb5

#ac4eb5

Complementary Color

#ac4eb5 #57b54e

#ac4eb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac4eb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac4eb5 Color CSS Codes

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

#ac4eb5 Text Font Color

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

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


#ac4eb5 Background Color

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

This div background color is #ac4eb5


#ac4eb5 Border Color

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

This div border color is #ac4eb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac4eb5


Comments

No comments written yet.

Please login to write comment.