Color Hex Logo

#ae27fa Color Hex

#AE27FA
(174,39,250)
0 Favorites   0 Comments

Color spaces of #ae27fa

RGB 17439250
HSL0.770.950.57
HSV278°84°98°
CMYK 0.300.840.00   0.02
XYZ35.436417.351891.9240
Yxy17.35180.24490.1199
Hunter Lab41.655578.9532-101.6804
CIE-Lab48.700380.9851-77.4729

#ae27fa color RGB value is (174,39,250).

#ae27fa hex color red value is 174, green value is 39 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ae27fa hue: 0.77 , saturation: 0.95 and the lightness value of ae27fa is 0.57.

The process color (four color CMYK) of #ae27fa color hex is 0.30, 0.84, 0.00, 0.02. Web safe color of #ae27fa is #9933ff. Color #ae27fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100111 11111010
Octal 256 47 372
Decimal 174 39 250
Hex AE 27 FA

RGB Percentages of Color #ae27fa

%37.58
%8.42
%54.00

CMYK Percentages of Color #ae27fa

%30
%84
%0
%2

Triadic Colors of #ae27fa

#ae27fa #faae27 #27faae

Analogous Colors of #ae27fa

#ae27fa #fa27dd #4427fa

Monochromatic Colors of #ae27fa

#ae27fa

Complementary Color

#ae27fa #73fa27

#ae27fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae27fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae27fa Color CSS Codes

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

#ae27fa Text Font Color

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

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


#ae27fa Background Color

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

This div background color is #ae27fa


#ae27fa Border Color

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

This div border color is #ae27fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae27fa


Comments

No comments written yet.

Please login to write comment.