Color Hex Logo

#ae6abb Color Hex

#AE6ABB
(174,106,187)
0 Favorites   0 Comments

Color spaces of #ae6abb

RGB 174106187
HSL0.810.370.57
HSV290°43°73°
CMYK 0.070.430.00   0.27
XYZ31.579222.894649.7684
Yxy22.89460.30290.2196
Hunter Lab47.848334.0729-28.1754
CIE-Lab54.963640.4264-31.7106

#ae6abb color RGB value is (174,106,187).

#ae6abb hex color red value is 174, green value is 106 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #ae6abb hue: 0.81 , saturation: 0.37 and the lightness value of ae6abb is 0.57.

The process color (four color CMYK) of #ae6abb color hex is 0.07, 0.43, 0.00, 0.27. Web safe color of #ae6abb is #9966cc. Color #ae6abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101010 10111011
Octal 256 152 273
Decimal 174 106 187
Hex AE 6A BB

RGB Percentages of Color #ae6abb

%37.26
%22.70
%40.04

CMYK Percentages of Color #ae6abb

%7
%43
%0
%27

Triadic Colors of #ae6abb

#ae6abb #bbae6a #6abbae

Analogous Colors of #ae6abb

#ae6abb #bb6aa0 #866abb

Monochromatic Colors of #ae6abb

#ae6abb

Complementary Color

#ae6abb #77bb6a

#ae6abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6abb Color CSS Codes

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

#ae6abb Text Font Color

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

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


#ae6abb Background Color

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

This div background color is #ae6abb


#ae6abb Border Color

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

This div border color is #ae6abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6abb


Comments

No comments written yet.

Please login to write comment.