Color Hex Logo

#ae83b5 Color Hex

#AE83B5
(174,131,181)
0 Favorites   0 Comments

Color spaces of #ae83b5

RGB 174131181
HSL0.810.250.61
HSV292°28°71°
CMYK 0.040.280.00   0.29
XYZ33.912328.567547.4428
Yxy28.56750.30850.2599
Hunter Lab53.448619.7205-15.2139
CIE-Lab60.398025.3289-19.9029

#ae83b5 color RGB value is (174,131,181).

#ae83b5 hex color red value is 174, green value is 131 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #ae83b5 hue: 0.81 , saturation: 0.25 and the lightness value of ae83b5 is 0.61.

The process color (four color CMYK) of #ae83b5 color hex is 0.04, 0.28, 0.00, 0.29. Web safe color of #ae83b5 is #9999cc. Color #ae83b5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000011 10110101
Octal 256 203 265
Decimal 174 131 181
Hex AE 83 B5

RGB Percentages of Color #ae83b5

%35.80
%26.95
%37.24

CMYK Percentages of Color #ae83b5

%4
%28
%0
%29

Triadic Colors of #ae83b5

#ae83b5 #b5ae83 #83b5ae

Analogous Colors of #ae83b5

#ae83b5 #b583a3 #9583b5

Monochromatic Colors of #ae83b5

#ae83b5

Complementary Color

#ae83b5 #8ab583

#ae83b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae83b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae83b5 Color CSS Codes

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

#ae83b5 Text Font Color

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

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


#ae83b5 Background Color

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

This div background color is #ae83b5


#ae83b5 Border Color

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

This div border color is #ae83b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae83b5

#ae83b5 Color Palettes


Comments

No comments written yet.

Please login to write comment.