Color Hex Logo

#ac4fdb Color Hex

#AC4FDB
(172,79,219)
0 Favorites   0 Comments

Color spaces of #ac4fdb

RGB 17279219
HSL0.780.660.58
HSV280°64°86°
CMYK 0.210.640.00   0.14
XYZ32.595419.477169.0593
Yxy19.47710.26910.1608
Hunter Lab44.132954.6030-61.8842
CIE-Lab51.240860.1486-55.9049

#ac4fdb color RGB value is (172,79,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 01001111 11011011
Octal 254 117 333
Decimal 172 79 219
Hex AC 4F DB

RGB Percentages of Color #ac4fdb

%36.60
%16.81
%46.60

CMYK Percentages of Color #ac4fdb

%21
%64
%0
%14

Triadic Colors of #ac4fdb

#ac4fdb #dbac4f #4fdbac

Analogous Colors of #ac4fdb

#ac4fdb #db4fc4 #664fdb

Monochromatic Colors of #ac4fdb

#ac4fdb

Complementary Color

#ac4fdb #7edb4f

#ac4fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac4fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac4fdb Color CSS Codes

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

#ac4fdb Text Font Color

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

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


#ac4fdb Background Color

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

This div background color is #ac4fdb


#ac4fdb Border Color

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

This div border color is #ac4fdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,79,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 #ac4fdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac4fdb


Comments

No comments written yet.

Please login to write comment.