Color Hex Logo

#ae337d Color Hex

#AE337D
(174,51,125)
0 Favorites   0 Comments

Color spaces of #ae337d

RGB 17451125
HSL0.900.550.44
HSV324°71°68°
CMYK 0.000.710.28   0.32
XYZ22.341112.847020.7042
Yxy12.84700.39970.2299
Hunter Lab35.842748.5360-9.1584
CIE-Lab42.531856.2813-14.0915

#ae337d color RGB value is (174,51,125).

#ae337d hex color red value is 174, green value is 51 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ae337d hue: 0.90 , saturation: 0.55 and the lightness value of ae337d is 0.44.

The process color (four color CMYK) of #ae337d color hex is 0.00, 0.71, 0.28, 0.32. Web safe color of #ae337d is #993366. Color #ae337d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110011 01111101
Octal 256 63 175
Decimal 174 51 125
Hex AE 33 7D

RGB Percentages of Color #ae337d

%49.71
%14.57
%35.71

CMYK Percentages of Color #ae337d

%0
%71
%28
%32

Triadic Colors of #ae337d

#ae337d #7dae33 #337dae

Analogous Colors of #ae337d

#ae337d #ae3340 #a233ae

Monochromatic Colors of #ae337d

#ae337d

Complementary Color

#ae337d #33ae64

#ae337d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae337d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae337d Color CSS Codes

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

#ae337d Text Font Color

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

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


#ae337d Background Color

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

This div background color is #ae337d


#ae337d Border Color

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

This div border color is #ae337d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae337d


Comments

No comments written yet.

Please login to write comment.