Color Hex Logo

#ac38db Color Hex

#AC38DB
(172,56,219)
0 Favorites   0 Comments

Color spaces of #ac38db

RGB 17256219
HSL0.790.690.54
HSV283°74°86°
CMYK 0.210.740.00   0.14
XYZ31.213616.713568.5987
Yxy16.71350.26790.1434
Hunter Lab40.882164.7413-70.8689
CIE-Lab47.897069.5444-61.2871

#ac38db color RGB value is (172,56,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00111000 11011011
Octal 254 70 333
Decimal 172 56 219
Hex AC 38 DB

RGB Percentages of Color #ac38db

%38.48
%12.53
%48.99

CMYK Percentages of Color #ac38db

%21
%74
%0
%14

Triadic Colors of #ac38db

#ac38db #dbac38 #38dbac

Analogous Colors of #ac38db

#ac38db #db38b9 #5b38db

Monochromatic Colors of #ac38db

#ac38db

Complementary Color

#ac38db #67db38

#ac38db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac38db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac38db Color CSS Codes

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

#ac38db Text Font Color

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

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


#ac38db Background Color

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

This div background color is #ac38db


#ac38db Border Color

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

This div border color is #ac38db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac38db


Comments

No comments written yet.

Please login to write comment.