Color Hex Logo

#ae366f Color Hex

#AE366F
(174,54,111)
0 Favorites   0 Comments

Color spaces of #ae366f

RGB 17454111
HSL0.920.530.45
HSV332°69°68°
CMYK 0.000.690.36   0.32
XYZ21.644012.784716.3659
Yxy12.78470.42610.2517
Hunter Lab35.755745.4789-2.1089
CIE-Lab42.437053.4464-5.5848

#ae366f color RGB value is (174,54,111).

#ae366f hex color red value is 174, green value is 54 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ae366f hue: 0.92 , saturation: 0.53 and the lightness value of ae366f is 0.45.

The process color (four color CMYK) of #ae366f color hex is 0.00, 0.69, 0.36, 0.32. Web safe color of #ae366f is #993366. Color #ae366f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110110 01101111
Octal 256 66 157
Decimal 174 54 111
Hex AE 36 6F

RGB Percentages of Color #ae366f

%51.33
%15.93
%32.74

CMYK Percentages of Color #ae366f

%0
%69
%36
%32

Triadic Colors of #ae366f

#ae366f #6fae36 #366fae

Analogous Colors of #ae366f

#ae366f #ae3936 #ae36ab

Monochromatic Colors of #ae366f

#ae366f

Complementary Color

#ae366f #36ae75

#ae366f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae366f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae366f Color CSS Codes

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

#ae366f Text Font Color

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

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


#ae366f Background Color

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

This div background color is #ae366f


#ae366f Border Color

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

This div border color is #ae366f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae366f


Comments

No comments written yet.

Please login to write comment.