Color Hex Logo

#ae435c Color Hex

#AE435C
(174,67,92)
0 Favorites   0 Comments

Color spaces of #ae435c

RGB 1746792
HSL0.960.440.47
HSV346°61°68°
CMYK 0.000.610.47   0.32
XYZ21.394513.785711.6585
Yxy13.78570.45680.2943
Hunter Lab37.129137.87927.3734
CIE-Lab43.924045.85928.3463

#ae435c color RGB value is (174,67,92).

#ae435c hex color red value is 174, green value is 67 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ae435c hue: 0.96 , saturation: 0.44 and the lightness value of ae435c is 0.47.

The process color (four color CMYK) of #ae435c color hex is 0.00, 0.61, 0.47, 0.32. Web safe color of #ae435c is #993366. Color #ae435c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000011 01011100
Octal 256 103 134
Decimal 174 67 92
Hex AE 43 5C

RGB Percentages of Color #ae435c

%52.25
%20.12
%27.63

CMYK Percentages of Color #ae435c

%0
%61
%47
%32

Triadic Colors of #ae435c

#ae435c #5cae43 #435cae

Analogous Colors of #ae435c

#ae435c #ae6043 #ae4392

Monochromatic Colors of #ae435c

#ae435c

Complementary Color

#ae435c #43ae95

#ae435c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae435c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae435c Color CSS Codes

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

#ae435c Text Font Color

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

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


#ae435c Background Color

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

This div background color is #ae435c


#ae435c Border Color

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

This div border color is #ae435c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae435c


Comments

No comments written yet.

Please login to write comment.