Color Hex Logo

#ae84fa Color Hex

#AE84FA
(174,132,250)
0 Favorites   0 Comments

Color spaces of #ae84fa

RGB 174132250
HSL0.730.920.75
HSV261°47°98°
CMYK 0.300.470.00   0.02
XYZ42.962132.403394.4326
Yxy32.40330.25300.1908
Hunter Lab56.923935.1023-58.5111
CIE-Lab63.674840.2981-53.3589

#ae84fa color RGB value is (174,132,250).

#ae84fa hex color red value is 174, green value is 132 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ae84fa hue: 0.73 , saturation: 0.92 and the lightness value of ae84fa is 0.75.

The process color (four color CMYK) of #ae84fa color hex is 0.30, 0.47, 0.00, 0.02. Web safe color of #ae84fa is #9999ff. Color #ae84fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000100 11111010
Octal 256 204 372
Decimal 174 132 250
Hex AE 84 FA

RGB Percentages of Color #ae84fa

%31.29
%23.74
%44.96

CMYK Percentages of Color #ae84fa

%30
%47
%0
%2

Triadic Colors of #ae84fa

#ae84fa #faae84 #84faae

Analogous Colors of #ae84fa

#ae84fa #e984fa #8495fa

Monochromatic Colors of #ae84fa

#ae84fa

Complementary Color

#ae84fa #d0fa84

#ae84fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae84fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae84fa Color CSS Codes

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

#ae84fa Text Font Color

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

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


#ae84fa Background Color

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

This div background color is #ae84fa


#ae84fa Border Color

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

This div border color is #ae84fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae84fa


Comments

No comments written yet.

Please login to write comment.