Color Hex Logo

#ae383a Color Hex

#AE383A
(174,56,58)
0 Favorites   0 Comments

Color spaces of #ae383a

RGB 1745658
HSL1.000.510.45
HSV359°68°68°
CMYK 0.000.680.67   0.32
XYZ19.633512.13255.3100
Yxy12.13250.52950.3272
Hunter Lab34.831739.659015.3436
CIE-Lab41.425948.041725.9398

#ae383a color RGB value is (174,56,58).

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

The process color (four color CMYK) of #ae383a color hex is 0.00, 0.68, 0.67, 0.32. Web safe color of #ae383a is #993333. Color #ae383a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111000 00111010
Octal 256 70 72
Decimal 174 56 58
Hex AE 38 3A

RGB Percentages of Color #ae383a

%60.42
%19.44
%20.14

CMYK Percentages of Color #ae383a

%0
%68
%67
%32

Triadic Colors of #ae383a

#ae383a #3aae38 #383aae

Analogous Colors of #ae383a

#ae383a #ae7138 #ae3875

Monochromatic Colors of #ae383a

#ae383a

Complementary Color

#ae383a #38aeac

#ae383a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae383a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae383a Color CSS Codes

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

#ae383a Text Font Color

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

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


#ae383a Background Color

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

This div background color is #ae383a


#ae383a Border Color

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

This div border color is #ae383a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae383a


Comments

No comments written yet.

Please login to write comment.