Color Hex Logo

#ae699b Color Hex

#AE699B
(174,105,155)
0 Favorites   0 Comments

Color spaces of #ae699b

RGB 174105155
HSL0.880.300.55
HSV317°40°68°
CMYK 0.000.400.11   0.32
XYZ28.423521.468433.6561
Yxy21.46840.34020.2570
Hunter Lab46.334028.4159-10.6333
CIE-Lab53.458434.9721-15.4716

#ae699b color RGB value is (174,105,155).

#ae699b hex color red value is 174, green value is 105 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ae699b hue: 0.88 , saturation: 0.30 and the lightness value of ae699b is 0.55.

The process color (four color CMYK) of #ae699b color hex is 0.00, 0.40, 0.11, 0.32. Web safe color of #ae699b is #996699. Color #ae699b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101001 10011011
Octal 256 151 233
Decimal 174 105 155
Hex AE 69 9B

RGB Percentages of Color #ae699b

%40.09
%24.19
%35.71

CMYK Percentages of Color #ae699b

%0
%40
%11
%32

Triadic Colors of #ae699b

#ae699b #9bae69 #699bae

Analogous Colors of #ae699b

#ae699b #ae6979 #9f69ae

Monochromatic Colors of #ae699b

#ae699b

Complementary Color

#ae699b #69ae7c

#ae699b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae699b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae699b Color CSS Codes

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

#ae699b Text Font Color

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

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


#ae699b Background Color

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

This div background color is #ae699b


#ae699b Border Color

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

This div border color is #ae699b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae699b


Comments

No comments written yet.

Please login to write comment.