Color Hex Logo

#ae92bf Color Hex

#AE92BF
(174,146,191)
0 Favorites   0 Comments

Color spaces of #ae92bf

RGB 174146191
HSL0.770.260.66
HSV277°24°75°
CMYK 0.090.240.00   0.25
XYZ37.138433.318053.7638
Yxy33.31800.29900.2682
Hunter Lab57.721713.8346-14.8193
CIE-Lab64.417618.9097-19.4277

#ae92bf color RGB value is (174,146,191).

#ae92bf hex color red value is 174, green value is 146 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ae92bf hue: 0.77 , saturation: 0.26 and the lightness value of ae92bf is 0.66.

The process color (four color CMYK) of #ae92bf color hex is 0.09, 0.24, 0.00, 0.25. Web safe color of #ae92bf is #9999cc. Color #ae92bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010010 10111111
Octal 256 222 277
Decimal 174 146 191
Hex AE 92 BF

RGB Percentages of Color #ae92bf

%34.05
%28.57
%37.38

CMYK Percentages of Color #ae92bf

%9
%24
%0
%25

Triadic Colors of #ae92bf

#ae92bf #bfae92 #92bfae

Analogous Colors of #ae92bf

#ae92bf #bf92ba #9892bf

Monochromatic Colors of #ae92bf

#ae92bf

Complementary Color

#ae92bf #a3bf92

#ae92bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae92bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae92bf Color CSS Codes

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

#ae92bf Text Font Color

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

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


#ae92bf Background Color

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

This div background color is #ae92bf


#ae92bf Border Color

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

This div border color is #ae92bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae92bf


Comments

No comments written yet.

Please login to write comment.