Color Hex Logo

#ae85fe Color Hex

#AE85FE
(174,133,254)
0 Favorites   0 Comments

Color spaces of #ae85fe

RGB 174133254
HSL0.720.980.76
HSV260°48°100°
CMYK 0.310.480.00   0.00
XYZ43.732532.929597.8170
Yxy32.92950.25060.1887
Hunter Lab57.384235.6124-60.8966
CIE-Lab64.103840.7292-54.8711

#ae85fe color RGB value is (174,133,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000101 11111110
Octal 256 205 376
Decimal 174 133 254
Hex AE 85 FE

RGB Percentages of Color #ae85fe

%31.02
%23.71
%45.28

CMYK Percentages of Color #ae85fe

%31
%48
%0
%0

Triadic Colors of #ae85fe

#ae85fe #feae85 #85feae

Analogous Colors of #ae85fe

#ae85fe #eb85fe #8599fe

Monochromatic Colors of #ae85fe

#ae85fe

Complementary Color

#ae85fe #d5fe85

#ae85fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae85fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae85fe Color CSS Codes

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

#ae85fe Text Font Color

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

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


#ae85fe Background Color

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

This div background color is #ae85fe


#ae85fe Border Color

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

This div border color is #ae85fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae85fe


Comments

No comments written yet.

Please login to write comment.