Color Hex Logo

#ae3299 Color Hex

#AE3299
(174,50,153)
0 Favorites   0 Comments

Color spaces of #ae3299

RGB 17450153
HSL0.860.550.44
HSV310°71°68°
CMYK 0.000.710.12   0.32
XYZ24.345913.579831.4750
Yxy13.57980.35080.1957
Hunter Lab36.850853.4393-24.8452
CIE-Lab43.624260.5397-29.4404

#ae3299 color RGB value is (174,50,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110010 10011001
Octal 256 62 231
Decimal 174 50 153
Hex AE 32 99

RGB Percentages of Color #ae3299

%46.15
%13.26
%40.58

CMYK Percentages of Color #ae3299

%0
%71
%12
%32

Triadic Colors of #ae3299

#ae3299 #99ae32 #3299ae

Analogous Colors of #ae3299

#ae3299 #ae325b #8532ae

Monochromatic Colors of #ae3299

#ae3299

Complementary Color

#ae3299 #32ae47

#ae3299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3299 Color CSS Codes

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

#ae3299 Text Font Color

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

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


#ae3299 Background Color

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

This div background color is #ae3299


#ae3299 Border Color

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

This div border color is #ae3299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3299


Comments

No comments written yet.

Please login to write comment.