Color Hex Logo

#ae93bf Color Hex

#AE93BF
(174,147,191)
0 Favorites   0 Comments

Color spaces of #ae93bf

RGB 174147191
HSL0.770.260.66
HSV277°23°75°
CMYK 0.090.230.00   0.25
XYZ37.293233.627753.8154
Yxy33.62770.29900.2696
Hunter Lab57.989413.3126-14.4298
CIE-Lab64.666018.3462-19.0500

#ae93bf color RGB value is (174,147,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010011 10111111
Octal 256 223 277
Decimal 174 147 191
Hex AE 93 BF

RGB Percentages of Color #ae93bf

%33.98
%28.71
%37.30

CMYK Percentages of Color #ae93bf

%9
%23
%0
%25

Triadic Colors of #ae93bf

#ae93bf #bfae93 #93bfae

Analogous Colors of #ae93bf

#ae93bf #bf93ba #9893bf

Monochromatic Colors of #ae93bf

#ae93bf

Complementary Color

#ae93bf #a4bf93

#ae93bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae93bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae93bf Color CSS Codes

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

#ae93bf Text Font Color

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

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


#ae93bf Background Color

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

This div background color is #ae93bf


#ae93bf Border Color

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

This div border color is #ae93bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae93bf


Comments

No comments written yet.

Please login to write comment.