Color Hex Logo

#ae7abd Color Hex

#AE7ABD
(174,122,189)
0 Favorites   0 Comments

Color spaces of #ae7abd

RGB 174122189
HSL0.800.340.61
HSV287°35°74°
CMYK 0.080.350.00   0.26
XYZ33.600426.591951.5059
Yxy26.59190.30080.2381
Hunter Lab51.567326.0647-23.1222
CIE-Lab58.594732.0114-27.2225

#ae7abd color RGB value is (174,122,189).

#ae7abd hex color red value is 174, green value is 122 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ae7abd hue: 0.80 , saturation: 0.34 and the lightness value of ae7abd is 0.61.

The process color (four color CMYK) of #ae7abd color hex is 0.08, 0.35, 0.00, 0.26. Web safe color of #ae7abd is #9966cc. Color #ae7abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111010 10111101
Octal 256 172 275
Decimal 174 122 189
Hex AE 7A BD

RGB Percentages of Color #ae7abd

%35.88
%25.15
%38.97

CMYK Percentages of Color #ae7abd

%8
%35
%0
%26

Triadic Colors of #ae7abd

#ae7abd #bdae7a #7abdae

Analogous Colors of #ae7abd

#ae7abd #bd7aab #8d7abd

Monochromatic Colors of #ae7abd

#ae7abd

Complementary Color

#ae7abd #89bd7a

#ae7abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7abd Color CSS Codes

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

#ae7abd Text Font Color

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

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


#ae7abd Background Color

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

This div background color is #ae7abd


#ae7abd Border Color

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

This div border color is #ae7abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7abd


Comments

No comments written yet.

Please login to write comment.