Color Hex Logo

#ae8bb4 Color Hex

#AE8BB4
(174,139,180)
0 Favorites   0 Comments

Color spaces of #ae8bb4

RGB 174139180
HSL0.810.210.63
HSV291°23°71°
CMYK 0.030.230.00   0.29
XYZ34.926430.759247.2763
Yxy30.75920.30920.2723
Hunter Lab55.461015.3532-11.7176
CIE-Lab62.303820.6144-16.4394

#ae8bb4 color RGB value is (174,139,180).

#ae8bb4 hex color red value is 174, green value is 139 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #ae8bb4 hue: 0.81 , saturation: 0.21 and the lightness value of ae8bb4 is 0.63.

The process color (four color CMYK) of #ae8bb4 color hex is 0.03, 0.23, 0.00, 0.29. Web safe color of #ae8bb4 is #9999cc. Color #ae8bb4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001011 10110100
Octal 256 213 264
Decimal 174 139 180
Hex AE 8B B4

RGB Percentages of Color #ae8bb4

%35.29
%28.19
%36.51

CMYK Percentages of Color #ae8bb4

%3
%23
%0
%29

Triadic Colors of #ae8bb4

#ae8bb4 #b4ae8b #8bb4ae

Analogous Colors of #ae8bb4

#ae8bb4 #b48ba6 #9a8bb4

Monochromatic Colors of #ae8bb4

#ae8bb4

Complementary Color

#ae8bb4 #91b48b

#ae8bb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8bb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8bb4 Color CSS Codes

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

#ae8bb4 Text Font Color

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

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


#ae8bb4 Background Color

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

This div background color is #ae8bb4


#ae8bb4 Border Color

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

This div border color is #ae8bb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8bb4


Comments

No comments written yet.

Please login to write comment.