Color Hex Logo

#ae303a Color Hex

#AE303A
(174,48,58)
0 Favorites   0 Comments

Color spaces of #ae303a

RGB 1744858
HSL0.990.570.44
HSV355°72°68°
CMYK 0.000.720.67   0.32
XYZ19.276211.41815.1909
Yxy11.41810.53720.3182
Hunter Lab33.790742.693314.5454
CIE-Lab40.275951.194824.5075

#ae303a color RGB value is (174,48,58).

#ae303a hex color red value is 174, green value is 48 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #ae303a hue: 0.99 , saturation: 0.57 and the lightness value of ae303a is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110000 00111010
Octal 256 60 72
Decimal 174 48 58
Hex AE 30 3A

RGB Percentages of Color #ae303a

%62.14
%17.14
%20.71

CMYK Percentages of Color #ae303a

%0
%72
%67
%32

Triadic Colors of #ae303a

#ae303a #3aae30 #303aae

Analogous Colors of #ae303a

#ae303a #ae6530 #ae3079

Monochromatic Colors of #ae303a

#ae303a

Complementary Color

#ae303a #30aea4

#ae303a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae303a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae303a Color CSS Codes

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

#ae303a Text Font Color

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

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


#ae303a Background Color

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

This div background color is #ae303a


#ae303a Border Color

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

This div border color is #ae303a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae303a


Comments

No comments written yet.

Please login to write comment.