Color Hex Logo

#ae3e85 Color Hex

#AE3E85
(174,62,133)
0 Favorites   0 Comments

Color spaces of #ae3e85

RGB 17462133
HSL0.890.470.46
HSV322°64°68°
CMYK 0.000.640.24   0.32
XYZ23.411814.137423.6851
Yxy14.13740.38230.2309
Hunter Lab37.599745.3450-11.0286
CIE-Lab44.429352.9550-16.0938

#ae3e85 color RGB value is (174,62,133).

#ae3e85 hex color red value is 174, green value is 62 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #ae3e85 hue: 0.89 , saturation: 0.47 and the lightness value of ae3e85 is 0.46.

The process color (four color CMYK) of #ae3e85 color hex is 0.00, 0.64, 0.24, 0.32. Web safe color of #ae3e85 is #993399. Color #ae3e85 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111110 10000101
Octal 256 76 205
Decimal 174 62 133
Hex AE 3E 85

RGB Percentages of Color #ae3e85

%47.15
%16.80
%36.04

CMYK Percentages of Color #ae3e85

%0
%64
%24
%32

Triadic Colors of #ae3e85

#ae3e85 #85ae3e #3e85ae

Analogous Colors of #ae3e85

#ae3e85 #ae3e4d #9f3eae

Monochromatic Colors of #ae3e85

#ae3e85

Complementary Color

#ae3e85 #3eae67

#ae3e85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3e85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3e85 Color CSS Codes

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

#ae3e85 Text Font Color

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

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


#ae3e85 Background Color

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

This div background color is #ae3e85


#ae3e85 Border Color

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

This div border color is #ae3e85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3e85


Comments

No comments written yet.

Please login to write comment.