Color Hex Logo

#ae94fb Color Hex

#AE94FB
(174,148,251)
0 Favorites   0 Comments

Color spaces of #ae94fb

RGB 174148251
HSL0.710.930.78
HSV255°41°98°
CMYK 0.310.410.00   0.02
XYZ45.458137.143596.0403
Yxy37.14350.25450.2079
Hunter Lab60.945526.4853-50.7697
CIE-Lab67.384631.5996-48.0391

#ae94fb color RGB value is (174,148,251).

#ae94fb hex color red value is 174, green value is 148 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ae94fb hue: 0.71 , saturation: 0.93 and the lightness value of ae94fb is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010100 11111011
Octal 256 224 373
Decimal 174 148 251
Hex AE 94 FB

RGB Percentages of Color #ae94fb

%30.37
%25.83
%43.80

CMYK Percentages of Color #ae94fb

%31
%41
%0
%2

Triadic Colors of #ae94fb

#ae94fb #fbae94 #94fbae

Analogous Colors of #ae94fb

#ae94fb #e294fb #94aefb

Monochromatic Colors of #ae94fb

#ae94fb

Complementary Color

#ae94fb #e1fb94

#ae94fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae94fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae94fb Color CSS Codes

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

#ae94fb Text Font Color

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

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


#ae94fb Background Color

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

This div background color is #ae94fb


#ae94fb Border Color

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

This div border color is #ae94fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae94fb


Comments

No comments written yet.

Please login to write comment.