Color Hex Logo

#ae81da Color Hex

#AE81DA
(174,129,218)
0 Favorites   0 Comments

Color spaces of #ae81da

RGB 174129218
HSL0.750.550.68
HSV270°41°85°
CMYK 0.200.410.00   0.15
XYZ37.960729.761170.0734
Yxy29.76110.27550.2160
Hunter Lab54.553728.7385-37.9694
CIE-Lab61.447534.3898-39.1441

#ae81da color RGB value is (174,129,218).

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

The process color (four color CMYK) of #ae81da color hex is 0.20, 0.41, 0.00, 0.15. Web safe color of #ae81da is #9999cc. Color #ae81da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000001 11011010
Octal 256 201 332
Decimal 174 129 218
Hex AE 81 DA

RGB Percentages of Color #ae81da

%33.40
%24.76
%41.84

CMYK Percentages of Color #ae81da

%20
%41
%0
%15

Triadic Colors of #ae81da

#ae81da #daae81 #81daae

Analogous Colors of #ae81da

#ae81da #da81da #8281da

Monochromatic Colors of #ae81da

#ae81da

Complementary Color

#ae81da #adda81

#ae81da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae81da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae81da Color CSS Codes

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

#ae81da Text Font Color

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

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


#ae81da Background Color

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

This div background color is #ae81da


#ae81da Border Color

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

This div border color is #ae81da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae81da


Comments

No comments written yet.

Please login to write comment.