Color Hex Logo

#ae27db Color Hex

#AE27DB
(174,39,219)
0 Favorites   0 Comments

Color spaces of #ae27db

RGB 17439219
HSL0.790.710.51
HSV285°82°86°
CMYK 0.210.820.00   0.14
XYZ30.967315.564268.3899
Yxy15.56420.26950.1354
Hunter Lab39.451571.0728-75.1643
CIE-Lab46.397575.0981-63.6984

#ae27db color RGB value is (174,39,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100111 11011011
Octal 256 47 333
Decimal 174 39 219
Hex AE 27 DB

RGB Percentages of Color #ae27db

%40.28
%9.03
%50.69

CMYK Percentages of Color #ae27db

%21
%82
%0
%14

Triadic Colors of #ae27db

#ae27db #dbae27 #27dbae

Analogous Colors of #ae27db

#ae27db #db27ae #5427db

Monochromatic Colors of #ae27db

#ae27db

Complementary Color

#ae27db #54db27

#ae27db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae27db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae27db Color CSS Codes

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

#ae27db Text Font Color

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

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


#ae27db Background Color

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

This div background color is #ae27db


#ae27db Border Color

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

This div border color is #ae27db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae27db


Comments

No comments written yet.

Please login to write comment.