Color Hex Logo

#ae89b2 Color Hex

#AE89B2
(174,137,178)
0 Favorites   0 Comments

Color spaces of #ae89b2

RGB 174137178
HSL0.820.210.62
HSV294°23°70°
CMYK 0.020.230.00   0.30
XYZ34.437130.104346.1152
Yxy30.10430.31120.2721
Hunter Lab54.867416.0163-11.4252
CIE-Lab61.744121.3467-16.1543

#ae89b2 color RGB value is (174,137,178).

#ae89b2 hex color red value is 174, green value is 137 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #ae89b2 hue: 0.82 , saturation: 0.21 and the lightness value of ae89b2 is 0.62.

The process color (four color CMYK) of #ae89b2 color hex is 0.02, 0.23, 0.00, 0.30. Web safe color of #ae89b2 is #999999. Color #ae89b2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001001 10110010
Octal 256 211 262
Decimal 174 137 178
Hex AE 89 B2

RGB Percentages of Color #ae89b2

%35.58
%28.02
%36.40

CMYK Percentages of Color #ae89b2

%2
%23
%0
%30

Triadic Colors of #ae89b2

#ae89b2 #b2ae89 #89b2ae

Analogous Colors of #ae89b2

#ae89b2 #b289a2 #9a89b2

Monochromatic Colors of #ae89b2

#ae89b2

Complementary Color

#ae89b2 #8db289

#ae89b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae89b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae89b2 Color CSS Codes

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

#ae89b2 Text Font Color

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

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


#ae89b2 Background Color

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

This div background color is #ae89b2


#ae89b2 Border Color

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

This div border color is #ae89b2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae89b2


Comments

No comments written yet.

Please login to write comment.