Color Hex Logo

#ae8df7 Color Hex

#AE8DF7
(174,141,247)
0 Favorites   0 Comments

Color spaces of #ae8df7

RGB 174141247
HSL0.720.870.76
HSV259°43°97°
CMYK 0.300.430.00   0.03
XYZ43.768934.763892.3989
Yxy34.76380.25610.2034
Hunter Lab58.960829.3260-51.6422
CIE-Lab65.564434.5407-48.7219

#ae8df7 color RGB value is (174,141,247).

#ae8df7 hex color red value is 174, green value is 141 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #ae8df7 hue: 0.72 , saturation: 0.87 and the lightness value of ae8df7 is 0.76.

The process color (four color CMYK) of #ae8df7 color hex is 0.30, 0.43, 0.00, 0.03. Web safe color of #ae8df7 is #9999ff. Color #ae8df7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001101 11110111
Octal 256 215 367
Decimal 174 141 247
Hex AE 8D F7

RGB Percentages of Color #ae8df7

%30.96
%25.09
%43.95

CMYK Percentages of Color #ae8df7

%30
%43
%0
%3

Triadic Colors of #ae8df7

#ae8df7 #f7ae8d #8df7ae

Analogous Colors of #ae8df7

#ae8df7 #e38df7 #8da1f7

Monochromatic Colors of #ae8df7

#ae8df7

Complementary Color

#ae8df7 #d6f78d

#ae8df7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8df7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8df7 Color CSS Codes

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

#ae8df7 Text Font Color

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

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


#ae8df7 Background Color

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

This div background color is #ae8df7


#ae8df7 Border Color

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

This div border color is #ae8df7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8df7


Comments

No comments written yet.

Please login to write comment.