Color Hex Logo

#ac2fdb Color Hex

#AC2FDB
(172,47,219)
0 Favorites   0 Comments

Color spaces of #ac2fdb

RGB 17247219
HSL0.790.700.52
HSV284°79°86°
CMYK 0.210.790.00   0.14
XYZ30.816015.918268.4662
Yxy15.91820.26750.1382
Hunter Lab39.897668.0484-73.8161
CIE-Lab46.867072.5131-62.9526

#ac2fdb color RGB value is (172,47,219).

#ac2fdb hex color red value is 172, green value is 47 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ac2fdb hue: 0.79 , saturation: 0.70 and the lightness value of ac2fdb is 0.52.

The process color (four color CMYK) of #ac2fdb color hex is 0.21, 0.79, 0.00, 0.14. Web safe color of #ac2fdb is #9933cc. Color #ac2fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 00101111 11011011
Octal 254 57 333
Decimal 172 47 219
Hex AC 2F DB

RGB Percentages of Color #ac2fdb

%39.27
%10.73
%50.00

CMYK Percentages of Color #ac2fdb

%21
%79
%0
%14

Triadic Colors of #ac2fdb

#ac2fdb #dbac2f #2fdbac

Analogous Colors of #ac2fdb

#ac2fdb #db2fb4 #562fdb

Monochromatic Colors of #ac2fdb

#ac2fdb

Complementary Color

#ac2fdb #5edb2f

#ac2fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac2fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac2fdb Color CSS Codes

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

#ac2fdb Text Font Color

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

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


#ac2fdb Background Color

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

This div background color is #ac2fdb


#ac2fdb Border Color

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

This div border color is #ac2fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac2fdb


Comments

No comments written yet.

Please login to write comment.