Color Hex Logo

#ae27dc Color Hex

#AE27DC
(174,39,220)
0 Favorites   0 Comments

Color spaces of #ae27dc

RGB 17439220
HSL0.790.720.51
HSV285°82°86°
CMYK 0.210.820.00   0.14
XYZ31.099315.617069.0854
Yxy15.61700.26860.1349
Hunter Lab39.518471.3150-75.9871
CIE-Lab46.467975.2825-64.1556

#ae27dc color RGB value is (174,39,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100111 11011100
Octal 256 47 334
Decimal 174 39 220
Hex AE 27 DC

RGB Percentages of Color #ae27dc

%40.18
%9.01
%50.81

CMYK Percentages of Color #ae27dc

%21
%82
%0
%14

Triadic Colors of #ae27dc

#ae27dc #dcae27 #27dcae

Analogous Colors of #ae27dc

#ae27dc #dc27b0 #5427dc

Monochromatic Colors of #ae27dc

#ae27dc

Complementary Color

#ae27dc #55dc27

#ae27dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae27dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae27dc Color CSS Codes

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

#ae27dc Text Font Color

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

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


#ae27dc Background Color

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

This div background color is #ae27dc


#ae27dc Border Color

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

This div border color is #ae27dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,39,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ae27dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae27dc


Comments

No comments written yet.

Please login to write comment.