Color Hex Logo

#ac4edb Color Hex

#AC4EDB
(172,78,219)
0 Favorites   0 Comments

Color spaces of #ac4edb

RGB 17278219
HSL0.780.660.58
HSV280°64°86°
CMYK 0.210.640.00   0.14
XYZ32.523819.333969.0355
Yxy19.33390.26900.1599
Hunter Lab43.970355.0841-62.3089
CIE-Lab51.075660.6042-56.1700

#ac4edb color RGB value is (172,78,219).

#ac4edb hex color red value is 172, green value is 78 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ac4edb hue: 0.78 , saturation: 0.66 and the lightness value of ac4edb is 0.58.

The process color (four color CMYK) of #ac4edb color hex is 0.21, 0.64, 0.00, 0.14. Web safe color of #ac4edb is #9966cc. Color #ac4edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 01001110 11011011
Octal 254 116 333
Decimal 172 78 219
Hex AC 4E DB

RGB Percentages of Color #ac4edb

%36.67
%16.63
%46.70

CMYK Percentages of Color #ac4edb

%21
%64
%0
%14

Triadic Colors of #ac4edb

#ac4edb #dbac4e #4edbac

Analogous Colors of #ac4edb

#ac4edb #db4ec4 #664edb

Monochromatic Colors of #ac4edb

#ac4edb

Complementary Color

#ac4edb #7ddb4e

#ac4edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac4edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac4edb Color CSS Codes

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

#ac4edb Text Font Color

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

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


#ac4edb Background Color

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

This div background color is #ac4edb


#ac4edb Border Color

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

This div border color is #ac4edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac4edb


Comments

No comments written yet.

Please login to write comment.