Color Hex Logo

#ae385b Color Hex

#AE385B
(174,56,91)
0 Favorites   0 Comments

Color spaces of #ae385b

RGB 1745691
HSL0.950.510.45
HSV342°68°68°
CMYK 0.000.680.48   0.32
XYZ20.758112.582311.2321
Yxy12.58230.46570.2823
Hunter Lab35.471542.38386.0558
CIE-Lab42.127050.55886.4203

#ae385b color RGB value is (174,56,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111000 01011011
Octal 256 70 133
Decimal 174 56 91
Hex AE 38 5B

RGB Percentages of Color #ae385b

%54.21
%17.45
%28.35

CMYK Percentages of Color #ae385b

%0
%68
%48
%32

Triadic Colors of #ae385b

#ae385b #5bae38 #385bae

Analogous Colors of #ae385b

#ae385b #ae5038 #ae3896

Monochromatic Colors of #ae385b

#ae385b

Complementary Color

#ae385b #38ae8b

#ae385b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae385b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae385b Color CSS Codes

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

#ae385b Text Font Color

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

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


#ae385b Background Color

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

This div background color is #ae385b


#ae385b Border Color

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

This div border color is #ae385b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae385b


Comments

No comments written yet.

Please login to write comment.