Color Hex Logo

#ae386f Color Hex

#AE386F
(174,56,111)
0 Favorites   0 Comments

Color spaces of #ae386f

RGB 17456111
HSL0.920.510.45
HSV332°68°68°
CMYK 0.000.680.36   0.32
XYZ21.739012.974716.3975
Yxy12.97470.42530.2539
Hunter Lab36.020444.6924-1.7762
CIE-Lab42.725152.6508-5.1566

#ae386f color RGB value is (174,56,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111000 01101111
Octal 256 70 157
Decimal 174 56 111
Hex AE 38 6F

RGB Percentages of Color #ae386f

%51.03
%16.42
%32.55

CMYK Percentages of Color #ae386f

%0
%68
%36
%32

Triadic Colors of #ae386f

#ae386f #6fae38 #386fae

Analogous Colors of #ae386f

#ae386f #ae3c38 #ae38aa

Monochromatic Colors of #ae386f

#ae386f

Complementary Color

#ae386f #38ae77

#ae386f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae386f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae386f Color CSS Codes

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

#ae386f Text Font Color

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

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


#ae386f Background Color

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

This div background color is #ae386f


#ae386f Border Color

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

This div border color is #ae386f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae386f


Comments

No comments written yet.

Please login to write comment.