Color Hex Logo

#ae83ad Color Hex

#AE83AD
(174,131,173)
0 Favorites   0 Comments

Color spaces of #ae83ad

RGB 174131173
HSL0.840.210.60
HSV301°25°68°
CMYK 0.000.250.01   0.32
XYZ33.114728.248443.2423
Yxy28.24840.31660.2700
Hunter Lab53.149218.2035-11.0340
CIE-Lab60.112523.7572-15.7813

#ae83ad color RGB value is (174,131,173).

#ae83ad hex color red value is 174, green value is 131 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ae83ad hue: 0.84 , saturation: 0.21 and the lightness value of ae83ad is 0.60.

The process color (four color CMYK) of #ae83ad color hex is 0.00, 0.25, 0.01, 0.32. Web safe color of #ae83ad is #999999. Color #ae83ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000011 10101101
Octal 256 203 255
Decimal 174 131 173
Hex AE 83 AD

RGB Percentages of Color #ae83ad

%36.40
%27.41
%36.19

CMYK Percentages of Color #ae83ad

%0
%25
%1
%32

Triadic Colors of #ae83ad

#ae83ad #adae83 #83adae

Analogous Colors of #ae83ad

#ae83ad #ae8398 #9a83ae

Monochromatic Colors of #ae83ad

#ae83ad

Complementary Color

#ae83ad #83ae84

#ae83ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae83ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae83ad Color CSS Codes

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

#ae83ad Text Font Color

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

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


#ae83ad Background Color

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

This div background color is #ae83ad


#ae83ad Border Color

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

This div border color is #ae83ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae83ad


Comments

No comments written yet.

Please login to write comment.