Color Hex Logo

#ae526b Color Hex

#AE526B
(174,82,107)
0 Favorites   0 Comments

Color spaces of #ae526b

RGB 17482107
HSL0.950.360.50
HSV344°53°68°
CMYK 0.000.530.39   0.32
XYZ23.126716.094815.7976
Yxy16.09480.42030.2925
Hunter Lab40.118332.69144.7359
CIE-Lab47.098640.17213.6977

#ae526b color RGB value is (174,82,107).

#ae526b hex color red value is 174, green value is 82 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ae526b hue: 0.95 , saturation: 0.36 and the lightness value of ae526b is 0.50.

The process color (four color CMYK) of #ae526b color hex is 0.00, 0.53, 0.39, 0.32. Web safe color of #ae526b is #996666. Color #ae526b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010010 01101011
Octal 256 122 153
Decimal 174 82 107
Hex AE 52 6B

RGB Percentages of Color #ae526b

%47.93
%22.59
%29.48

CMYK Percentages of Color #ae526b

%0
%53
%39
%32

Triadic Colors of #ae526b

#ae526b #6bae52 #526bae

Analogous Colors of #ae526b

#ae526b #ae6752 #ae5299

Monochromatic Colors of #ae526b

#ae526b

Complementary Color

#ae526b #52ae95

#ae526b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae526b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae526b Color CSS Codes

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

#ae526b Text Font Color

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

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


#ae526b Background Color

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

This div background color is #ae526b


#ae526b Border Color

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

This div border color is #ae526b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae526b


Comments

No comments written yet.

Please login to write comment.