Color Hex Logo

#ae4282 Color Hex

#AE4282
(174,66,130)
0 Favorites   0 Comments

Color spaces of #ae4282

RGB 17466130
HSL0.900.450.47
HSV324°62°68°
CMYK 0.000.620.25   0.32
XYZ23.433014.506822.6841
Yxy14.50680.38650.2393
Hunter Lab38.087843.1661-8.6501
CIE-Lab44.951150.8005-13.4752

#ae4282 color RGB value is (174,66,130).

#ae4282 hex color red value is 174, green value is 66 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #ae4282 hue: 0.90 , saturation: 0.45 and the lightness value of ae4282 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000010 10000010
Octal 256 102 202
Decimal 174 66 130
Hex AE 42 82

RGB Percentages of Color #ae4282

%47.03
%17.84
%35.14

CMYK Percentages of Color #ae4282

%0
%62
%25
%32

Triadic Colors of #ae4282

#ae4282 #82ae42 #4282ae

Analogous Colors of #ae4282

#ae4282 #ae424c #a442ae

Monochromatic Colors of #ae4282

#ae4282

Complementary Color

#ae4282 #42ae6e

#ae4282 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4282 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4282 Color CSS Codes

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

#ae4282 Text Font Color

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

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


#ae4282 Background Color

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

This div background color is #ae4282


#ae4282 Border Color

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

This div border color is #ae4282


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4282


Comments

No comments written yet.

Please login to write comment.