Color Hex Logo

#ae83ab Color Hex

#AE83AB
(174,131,171)
0 Favorites   0 Comments

Color spaces of #ae83ab

RGB 174131171
HSL0.840.210.60
HSV304°25°68°
CMYK 0.000.250.02   0.32
XYZ32.922528.171542.2305
Yxy28.17150.31860.2727
Hunter Lab53.076817.8355-10.0202
CIE-Lab60.043423.3732-14.7449

#ae83ab color RGB value is (174,131,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000011 10101011
Octal 256 203 253
Decimal 174 131 171
Hex AE 83 AB

RGB Percentages of Color #ae83ab

%36.55
%27.52
%35.92

CMYK Percentages of Color #ae83ab

%0
%25
%2
%32

Triadic Colors of #ae83ab

#ae83ab #abae83 #83abae

Analogous Colors of #ae83ab

#ae83ab #ae8396 #9c83ae

Monochromatic Colors of #ae83ab

#ae83ab

Complementary Color

#ae83ab #83ae86

#ae83ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae83ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae83ab Color CSS Codes

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

#ae83ab Text Font Color

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

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


#ae83ab Background Color

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

This div background color is #ae83ab


#ae83ab Border Color

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

This div border color is #ae83ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae83ab


Comments

No comments written yet.

Please login to write comment.