Color Hex Logo

#ae81fd Color Hex

#AE81FD
(174,129,253)
0 Favorites   0 Comments

Color spaces of #ae81fd

RGB 174129253
HSL0.730.970.75
HSV262°49°99°
CMYK 0.310.490.00   0.01
XYZ43.035431.791096.7966
Yxy31.79100.25080.1852
Hunter Lab56.383537.5712-62.3179
CIE-Lab63.169842.6932-55.8081

#ae81fd color RGB value is (174,129,253).

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

The process color (four color CMYK) of #ae81fd color hex is 0.31, 0.49, 0.00, 0.01. Web safe color of #ae81fd is #9999ff. Color #ae81fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000001 11111101
Octal 256 201 375
Decimal 174 129 253
Hex AE 81 FD

RGB Percentages of Color #ae81fd

%31.29
%23.20
%45.50

CMYK Percentages of Color #ae81fd

%31
%49
%0
%1

Triadic Colors of #ae81fd

#ae81fd #fdae81 #81fdae

Analogous Colors of #ae81fd

#ae81fd #ec81fd #8192fd

Monochromatic Colors of #ae81fd

#ae81fd

Complementary Color

#ae81fd #d0fd81

#ae81fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae81fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae81fd Color CSS Codes

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

#ae81fd Text Font Color

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

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


#ae81fd Background Color

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

This div background color is #ae81fd


#ae81fd Border Color

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

This div border color is #ae81fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae81fd


Comments

No comments written yet.

Please login to write comment.