Color Hex Logo

#ae91ba Color Hex

#AE91BA
(174,145,186)
0 Favorites   0 Comments

Color spaces of #ae91ba

RGB 174145186
HSL0.780.230.65
HSV282°22°73°
CMYK 0.060.220.00   0.27
XYZ36.443932.794650.8636
Yxy32.79460.30340.2731
Hunter Lab57.266613.3792-12.5742
CIE-Lab63.994218.4415-17.2624

#ae91ba color RGB value is (174,145,186).

#ae91ba hex color red value is 174, green value is 145 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ae91ba hue: 0.78 , saturation: 0.23 and the lightness value of ae91ba is 0.65.

The process color (four color CMYK) of #ae91ba color hex is 0.06, 0.22, 0.00, 0.27. Web safe color of #ae91ba is #9999cc. Color #ae91ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010001 10111010
Octal 256 221 272
Decimal 174 145 186
Hex AE 91 BA

RGB Percentages of Color #ae91ba

%34.46
%28.71
%36.83

CMYK Percentages of Color #ae91ba

%6
%22
%0
%27

Triadic Colors of #ae91ba

#ae91ba #baae91 #91baae

Analogous Colors of #ae91ba

#ae91ba #ba91b2 #9a91ba

Monochromatic Colors of #ae91ba

#ae91ba

Complementary Color

#ae91ba #9dba91

#ae91ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae91ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae91ba Color CSS Codes

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

#ae91ba Text Font Color

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

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


#ae91ba Background Color

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

This div background color is #ae91ba


#ae91ba Border Color

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

This div border color is #ae91ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae91ba


Comments

No comments written yet.

Please login to write comment.