Color Hex Logo

#ae2055 Color Hex

#AE2055
(174,32,85)
0 Favorites   0 Comments

Color spaces of #ae2055

RGB 1743285
HSL0.940.690.40
HSV338°82°68°
CMYK 0.000.820.51   0.32
XYZ19.611810.68769.6236
Yxy10.68760.49120.2677
Hunter Lab32.691949.87105.4310
CIE-Lab39.049258.17725.8238

#ae2055 color RGB value is (174,32,85).

#ae2055 hex color red value is 174, green value is 32 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #ae2055 hue: 0.94 , saturation: 0.69 and the lightness value of ae2055 is 0.40.

The process color (four color CMYK) of #ae2055 color hex is 0.00, 0.82, 0.51, 0.32. Web safe color of #ae2055 is #993366. Color #ae2055 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100000 01010101
Octal 256 40 125
Decimal 174 32 85
Hex AE 20 55

RGB Percentages of Color #ae2055

%59.79
%11.00
%29.21

CMYK Percentages of Color #ae2055

%0
%82
%51
%32

Triadic Colors of #ae2055

#ae2055 #55ae20 #2055ae

Analogous Colors of #ae2055

#ae2055 #ae3220 #ae209c

Monochromatic Colors of #ae2055

#ae2055

Complementary Color

#ae2055 #20ae79

#ae2055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2055 Color CSS Codes

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

#ae2055 Text Font Color

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

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


#ae2055 Background Color

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

This div background color is #ae2055


#ae2055 Border Color

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

This div border color is #ae2055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2055


Comments

No comments written yet.

Please login to write comment.