Color Hex Logo

#ae339d Color Hex

#AE339D
(174,51,157)
0 Favorites   0 Comments

Color spaces of #ae339d

RGB 17451157
HSL0.860.550.44
HSV308°71°68°
CMYK 0.000.710.10   0.32
XYZ24.725213.800633.2589
Yxy13.80060.34440.1922
Hunter Lab37.149253.7924-27.0767
CIE-Lab43.945660.7949-31.3388

#ae339d color RGB value is (174,51,157).

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

The process color (four color CMYK) of #ae339d color hex is 0.00, 0.71, 0.10, 0.32. Web safe color of #ae339d is #993399. Color #ae339d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110011 10011101
Octal 256 63 235
Decimal 174 51 157
Hex AE 33 9D

RGB Percentages of Color #ae339d

%45.55
%13.35
%41.10

CMYK Percentages of Color #ae339d

%0
%71
%10
%32

Triadic Colors of #ae339d

#ae339d #9dae33 #339dae

Analogous Colors of #ae339d

#ae339d #ae3360 #8233ae

Monochromatic Colors of #ae339d

#ae339d

Complementary Color

#ae339d #33ae44

#ae339d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae339d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae339d Color CSS Codes

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

#ae339d Text Font Color

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

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


#ae339d Background Color

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

This div background color is #ae339d


#ae339d Border Color

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

This div border color is #ae339d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae339d


Comments

No comments written yet.

Please login to write comment.