Color Hex Logo

#ae7eba Color Hex

#AE7EBA
(174,126,186)
0 Favorites   0 Comments

Color spaces of #ae7eba

RGB 174126186
HSL0.800.300.61
HSV288°32°73°
CMYK 0.060.320.00   0.27
XYZ33.779327.465649.9754
Yxy27.46560.30370.2469
Hunter Lab52.407623.3387-19.8530
CIE-Lab59.402829.1542-24.2701

#ae7eba color RGB value is (174,126,186).

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

The process color (four color CMYK) of #ae7eba color hex is 0.06, 0.32, 0.00, 0.27. Web safe color of #ae7eba is #9966cc. Color #ae7eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111110 10111010
Octal 256 176 272
Decimal 174 126 186
Hex AE 7E BA

RGB Percentages of Color #ae7eba

%35.80
%25.93
%38.27

CMYK Percentages of Color #ae7eba

%6
%32
%0
%27

Triadic Colors of #ae7eba

#ae7eba #baae7e #7ebaae

Analogous Colors of #ae7eba

#ae7eba #ba7ea8 #907eba

Monochromatic Colors of #ae7eba

#ae7eba

Complementary Color

#ae7eba #8aba7e

#ae7eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7eba Color CSS Codes

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

#ae7eba Text Font Color

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

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


#ae7eba Background Color

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

This div background color is #ae7eba


#ae7eba Border Color

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

This div border color is #ae7eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7eba


Comments

No comments written yet.

Please login to write comment.