Color Hex Logo

#ac3fdb Color Hex

#AC3FDB
(172,63,219)
0 Favorites   0 Comments

Color spaces of #ac3fdb

RGB 17263219
HSL0.780.680.55
HSV282°71°86°
CMYK 0.210.710.00   0.14
XYZ31.576917.440168.7198
Yxy17.44010.26820.1481
Hunter Lab41.761361.8864-68.3309
CIE-Lab48.809866.9429-59.8141

#ac3fdb color RGB value is (172,63,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00111111 11011011
Octal 254 77 333
Decimal 172 63 219
Hex AC 3F DB

RGB Percentages of Color #ac3fdb

%37.89
%13.88
%48.24

CMYK Percentages of Color #ac3fdb

%21
%71
%0
%14

Triadic Colors of #ac3fdb

#ac3fdb #dbac3f #3fdbac

Analogous Colors of #ac3fdb

#ac3fdb #db3fbc #5e3fdb

Monochromatic Colors of #ac3fdb

#ac3fdb

Complementary Color

#ac3fdb #6edb3f

#ac3fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac3fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac3fdb Color CSS Codes

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

#ac3fdb Text Font Color

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

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


#ac3fdb Background Color

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

This div background color is #ac3fdb


#ac3fdb Border Color

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

This div border color is #ac3fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac3fdb


Comments

No comments written yet.

Please login to write comment.