Color Hex Logo

#ae2082 Color Hex

#AE2082
(174,32,130)
0 Favorites   0 Comments

Color spaces of #ae2082

RGB 17432130
HSL0.880.690.40
HSV319°82°68°
CMYK 0.000.820.25   0.32
XYZ22.001311.643422.2069
Yxy11.64340.39390.2085
Hunter Lab34.122455.3782-14.7003
CIE-Lab40.643762.8475-20.0646

#ae2082 color RGB value is (174,32,130).

#ae2082 hex color red value is 174, green value is 32 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #ae2082 hue: 0.88 , saturation: 0.69 and the lightness value of ae2082 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100000 10000010
Octal 256 40 202
Decimal 174 32 130
Hex AE 20 82

RGB Percentages of Color #ae2082

%51.79
%9.52
%38.69

CMYK Percentages of Color #ae2082

%0
%82
%25
%32

Triadic Colors of #ae2082

#ae2082 #82ae20 #2082ae

Analogous Colors of #ae2082

#ae2082 #ae203b #9320ae

Monochromatic Colors of #ae2082

#ae2082

Complementary Color

#ae2082 #20ae4c

#ae2082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2082 Color CSS Codes

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

#ae2082 Text Font Color

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

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


#ae2082 Background Color

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

This div background color is #ae2082


#ae2082 Border Color

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

This div border color is #ae2082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2082


Comments

No comments written yet.

Please login to write comment.