Color Hex Logo

#ae3099 Color Hex

#AE3099
(174,48,153)
0 Favorites   0 Comments

Color spaces of #ae3099

RGB 17448153
HSL0.860.570.44
HSV310°72°68°
CMYK 0.000.720.12   0.32
XYZ24.262313.412531.4471
Yxy13.41250.35100.1940
Hunter Lab36.623154.1635-25.2743
CIE-Lab43.378361.2356-29.8252

#ae3099 color RGB value is (174,48,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110000 10011001
Octal 256 60 231
Decimal 174 48 153
Hex AE 30 99

RGB Percentages of Color #ae3099

%46.40
%12.80
%40.80

CMYK Percentages of Color #ae3099

%0
%72
%12
%32

Triadic Colors of #ae3099

#ae3099 #99ae30 #3099ae

Analogous Colors of #ae3099

#ae3099 #ae305a #8430ae

Monochromatic Colors of #ae3099

#ae3099

Complementary Color

#ae3099 #30ae45

#ae3099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3099 Color CSS Codes

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

#ae3099 Text Font Color

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

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


#ae3099 Background Color

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

This div background color is #ae3099


#ae3099 Border Color

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

This div border color is #ae3099


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,48,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 #ae3099">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3099


Comments

No comments written yet.

Please login to write comment.