Color Hex Logo

#aea1fb Color Hex

#AEA1FB
(174,161,251)
0 Favorites   0 Comments

Color spaces of #aea1fb

RGB 174161251
HSL0.690.920.81
HSV249°36°98°
CMYK 0.310.360.00   0.02
XYZ47.613041.453496.7586
Yxy41.45340.25620.2231
Hunter Lab64.384319.3304-44.0337
CIE-Lab70.492424.2871-43.1577

#aea1fb color RGB value is (174,161,251).

#aea1fb hex color red value is 174, green value is 161 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #aea1fb hue: 0.69 , saturation: 0.92 and the lightness value of aea1fb is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100001 11111011
Octal 256 241 373
Decimal 174 161 251
Hex AE A1 FB

RGB Percentages of Color #aea1fb

%29.69
%27.47
%42.83

CMYK Percentages of Color #aea1fb

%31
%36
%0
%2

Triadic Colors of #aea1fb

#aea1fb #fbaea1 #a1fbae

Analogous Colors of #aea1fb

#aea1fb #dba1fb #a1c1fb

Monochromatic Colors of #aea1fb

#aea1fb

Complementary Color

#aea1fb #eefba1

#aea1fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea1fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea1fb Color CSS Codes

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

#aea1fb Text Font Color

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

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


#aea1fb Background Color

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

This div background color is #aea1fb


#aea1fb Border Color

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

This div border color is #aea1fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,161,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 #aea1fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea1fb


Comments

No comments written yet.

Please login to write comment.