Color Hex Logo

#ae536b Color Hex

#AE536B
(174,83,107)
0 Favorites   0 Comments

Color spaces of #ae536b

RGB 17483107
HSL0.960.360.50
HSV344°52°68°
CMYK 0.000.520.39   0.32
XYZ23.202716.246715.8229
Yxy16.24670.41980.2939
Hunter Lab40.307232.21534.9403
CIE-Lab47.296539.66073.9829

#ae536b color RGB value is (174,83,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010011 01101011
Octal 256 123 153
Decimal 174 83 107
Hex AE 53 6B

RGB Percentages of Color #ae536b

%47.80
%22.80
%29.40

CMYK Percentages of Color #ae536b

%0
%52
%39
%32

Triadic Colors of #ae536b

#ae536b #6bae53 #536bae

Analogous Colors of #ae536b

#ae536b #ae6953 #ae5399

Monochromatic Colors of #ae536b

#ae536b

Complementary Color

#ae536b #53ae96

#ae536b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae536b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae536b Color CSS Codes

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

#ae536b Text Font Color

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

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


#ae536b Background Color

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

This div background color is #ae536b


#ae536b Border Color

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

This div border color is #ae536b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae536b


Comments

No comments written yet.

Please login to write comment.