color codes Logo

#ae689b color codes

#AE689B
(174,104,155)
0 Favorites   0 Comments

Color spaces of #ae689b

RGB 174104155
HSL0.880.300.55
HSV316°40°68°
CMYK 0.000.400.11   0.32
XYZ28.322321.265933.6223
Yxy21.26590.34040.2556
Hunter Lab46.115028.9277-10.9477
CIE-Lab53.239335.5191-15.8040

#ae689b color RGB value is (174,104,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101000 10011011
Octal 256 150 233
Decimal 174 104 155
Hex AE 68 9B

RGB Percentages of Color #ae689b

%40.18
%24.02
%35.80

CMYK Percentages of Color #ae689b

%0
%40
%11
%32

Triadic Colors of #ae689b

#ae689b #9bae68 #689bae

Analogous Colors of #ae689b

#ae689b #ae6878 #9e68ae

Monochromatic Colors of #ae689b

#ae689b

Complementary Color

#ae689b #68ae7b

#ae689b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae689b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae689b Color CSS Codes

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

#ae689b Text Font Color

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

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


#ae689b Background Color

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

This div background color is #ae689b


#ae689b Border Color

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

This div border color is #ae689b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae689b


Comments

No comments written yet.

Please login to write comment.