Color Hex Logo

#ac27db Color Hex

#AC27DB
(172,39,219)
0 Favorites   0 Comments

Color spaces of #ac27db

RGB 17239219
HSL0.790.710.51
HSV284°82°86°
CMYK 0.210.820.00   0.14
XYZ30.525015.336268.3692
Yxy15.33620.26720.1343
Hunter Lab39.161570.6020-76.0972
CIE-Lab46.091374.7720-64.2090

#ac27db color RGB value is (172,39,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 00100111 11011011
Octal 254 47 333
Decimal 172 39 219
Hex AC 27 DB

RGB Percentages of Color #ac27db

%40.00
%9.07
%50.93

CMYK Percentages of Color #ac27db

%21
%82
%0
%14

Triadic Colors of #ac27db

#ac27db #dbac27 #27dbac

Analogous Colors of #ac27db

#ac27db #db27b0 #5227db

Monochromatic Colors of #ac27db

#ac27db

Complementary Color

#ac27db #56db27

#ac27db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ac27db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ac27db Color CSS Codes

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

#ac27db Text Font Color

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

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


#ac27db Background Color

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

This div background color is #ac27db


#ac27db Border Color

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

This div border color is #ac27db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ac27db


Comments

No comments written yet.

Please login to write comment.