Color Hex Logo

#ae8fed Color Hex

#AE8FED
(174,143,237)
0 Favorites   0 Comments

Color spaces of #ae8fed

RGB 174143237
HSL0.720.720.75
HSV260°40°93°
CMYK 0.270.400.00   0.07
XYZ42.564134.758084.5864
Yxy34.75800.26290.2147
Hunter Lab58.955925.6979-43.7966
CIE-Lab65.559830.9845-43.2352

#ae8fed color RGB value is (174,143,237).

#ae8fed hex color red value is 174, green value is 143 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ae8fed hue: 0.72 , saturation: 0.72 and the lightness value of ae8fed is 0.75.

The process color (four color CMYK) of #ae8fed color hex is 0.27, 0.40, 0.00, 0.07. Web safe color of #ae8fed is #9999ff. Color #ae8fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001111 11101101
Octal 256 217 355
Decimal 174 143 237
Hex AE 8F ED

RGB Percentages of Color #ae8fed

%31.41
%25.81
%42.78

CMYK Percentages of Color #ae8fed

%27
%40
%0
%7

Triadic Colors of #ae8fed

#ae8fed #edae8f #8fedae

Analogous Colors of #ae8fed

#ae8fed #dd8fed #8f9fed

Monochromatic Colors of #ae8fed

#ae8fed

Complementary Color

#ae8fed #ceed8f

#ae8fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8fed Color CSS Codes

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

#ae8fed Text Font Color

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

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


#ae8fed Background Color

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

This div background color is #ae8fed


#ae8fed Border Color

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

This div border color is #ae8fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8fed


Comments

No comments written yet.

Please login to write comment.