Color Hex Logo

#ae6595 Color Hex

#AE6595
(174,101,149)
0 Favorites   0 Comments

Color spaces of #ae6595

RGB 174101149
HSL0.890.310.54
HSV321°42°68°
CMYK 0.000.420.14   0.32
XYZ27.534120.476030.9348
Yxy20.47600.34880.2594
Hunter Lab45.250429.4260-8.8575
CIE-Lab52.371236.1337-13.5985

#ae6595 color RGB value is (174,101,149).

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

The process color (four color CMYK) of #ae6595 color hex is 0.00, 0.42, 0.14, 0.32. Web safe color of #ae6595 is #996699. Color #ae6595 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100101 10010101
Octal 256 145 225
Decimal 174 101 149
Hex AE 65 95

RGB Percentages of Color #ae6595

%41.04
%23.82
%35.14

CMYK Percentages of Color #ae6595

%0
%42
%14
%32

Triadic Colors of #ae6595

#ae6595 #95ae65 #6595ae

Analogous Colors of #ae6595

#ae6595 #ae6571 #a365ae

Monochromatic Colors of #ae6595

#ae6595

Complementary Color

#ae6595 #65ae7e

#ae6595 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6595 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6595 Color CSS Codes

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

#ae6595 Text Font Color

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

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


#ae6595 Background Color

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

This div background color is #ae6595


#ae6595 Border Color

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

This div border color is #ae6595


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6595


Comments

No comments written yet.

Please login to write comment.