Color Hex Logo

#ae649b Color Hex

#AE649B
(174,100,155)
0 Favorites   0 Comments

Color spaces of #ae649b

RGB 174100155
HSL0.880.310.54
HSV315°43°68°
CMYK 0.000.430.11   0.32
XYZ27.929120.479633.4913
Yxy20.47960.34100.2501
Hunter Lab45.254430.9675-12.2005
CIE-Lab52.375237.6910-17.1180

#ae649b color RGB value is (174,100,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100100 10011011
Octal 256 144 233
Decimal 174 100 155
Hex AE 64 9B

RGB Percentages of Color #ae649b

%40.56
%23.31
%36.13

CMYK Percentages of Color #ae649b

%0
%43
%11
%32

Triadic Colors of #ae649b

#ae649b #9bae64 #649bae

Analogous Colors of #ae649b

#ae649b #ae6476 #9c64ae

Monochromatic Colors of #ae649b

#ae649b

Complementary Color

#ae649b #64ae77

#ae649b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae649b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae649b Color CSS Codes

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

#ae649b Text Font Color

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

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


#ae649b Background Color

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

This div background color is #ae649b


#ae649b Border Color

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

This div border color is #ae649b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae649b


Comments

No comments written yet.

Please login to write comment.