Color Hex Logo

#ae80ba Color Hex

#AE80BA
(174,128,186)
0 Favorites   0 Comments

Color spaces of #ae80ba

RGB 174128186
HSL0.800.300.62
HSV288°31°73°
CMYK 0.060.310.00   0.27
XYZ34.037727.982250.0615
Yxy27.98220.30370.2497
Hunter Lab52.898222.2852-19.0818
CIE-Lab59.872728.0299-23.5486

#ae80ba color RGB value is (174,128,186).

#ae80ba hex color red value is 174, green value is 128 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ae80ba hue: 0.80 , saturation: 0.30 and the lightness value of ae80ba is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000000 10111010
Octal 256 200 272
Decimal 174 128 186
Hex AE 80 BA

RGB Percentages of Color #ae80ba

%35.66
%26.23
%38.11

CMYK Percentages of Color #ae80ba

%6
%31
%0
%27

Triadic Colors of #ae80ba

#ae80ba #baae80 #80baae

Analogous Colors of #ae80ba

#ae80ba #ba80a9 #9180ba

Monochromatic Colors of #ae80ba

#ae80ba

Complementary Color

#ae80ba #8cba80

#ae80ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae80ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae80ba Color CSS Codes

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

#ae80ba Text Font Color

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

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


#ae80ba Background Color

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

This div background color is #ae80ba


#ae80ba Border Color

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

This div border color is #ae80ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae80ba


Comments

No comments written yet.

Please login to write comment.