Color Hex Logo

#ae384d Color Hex

#AE384D
(174,56,77)
0 Favorites   0 Comments

Color spaces of #ae384d

RGB 1745677
HSL0.970.510.45
HSV349°68°68°
CMYK 0.000.680.56   0.32
XYZ20.209312.36288.3423
Yxy12.36280.49390.3022
Hunter Lab35.160841.064810.5453
CIE-Lab41.787049.347014.6876

#ae384d color RGB value is (174,56,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111000 01001101
Octal 256 70 115
Decimal 174 56 77
Hex AE 38 4D

RGB Percentages of Color #ae384d

%56.68
%18.24
%25.08

CMYK Percentages of Color #ae384d

%0
%68
%56
%32

Triadic Colors of #ae384d

#ae384d #4dae38 #384dae

Analogous Colors of #ae384d

#ae384d #ae5e38 #ae3888

Monochromatic Colors of #ae384d

#ae384d

Complementary Color

#ae384d #38ae99

#ae384d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae384d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae384d Color CSS Codes

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

#ae384d Text Font Color

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

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


#ae384d Background Color

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

This div background color is #ae384d


#ae384d Border Color

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

This div border color is #ae384d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae384d


Comments

No comments written yet.

Please login to write comment.