Color Hex Logo

#ae3482 Color Hex

#AE3482
(174,52,130)
0 Favorites   0 Comments

Color spaces of #ae3482

RGB 17452130
HSL0.890.540.44
HSV322°70°68°
CMYK 0.000.700.25   0.32
XYZ22.712813.066422.4441
Yxy13.06640.39010.2244
Hunter Lab36.147548.9001-11.5101
CIE-Lab42.863156.5551-16.6556

#ae3482 color RGB value is (174,52,130).

#ae3482 hex color red value is 174, green value is 52 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #ae3482 hue: 0.89 , saturation: 0.54 and the lightness value of ae3482 is 0.44.

The process color (four color CMYK) of #ae3482 color hex is 0.00, 0.70, 0.25, 0.32. Web safe color of #ae3482 is #993399. Color #ae3482 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110100 10000010
Octal 256 64 202
Decimal 174 52 130
Hex AE 34 82

RGB Percentages of Color #ae3482

%48.88
%14.61
%36.52

CMYK Percentages of Color #ae3482

%0
%70
%25
%32

Triadic Colors of #ae3482

#ae3482 #82ae34 #3482ae

Analogous Colors of #ae3482

#ae3482 #ae3445 #9d34ae

Monochromatic Colors of #ae3482

#ae3482

Complementary Color

#ae3482 #34ae60

#ae3482 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3482 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3482 Color CSS Codes

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

#ae3482 Text Font Color

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

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


#ae3482 Background Color

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

This div background color is #ae3482


#ae3482 Border Color

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

This div border color is #ae3482


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3482


Comments

No comments written yet.

Please login to write comment.