Color Hex Logo

#ae3047 Color Hex

#AE3047
(174,48,71)
0 Favorites   0 Comments

Color spaces of #ae3047

RGB 1744871
HSL0.970.570.44
HSV349°72°68°
CMYK 0.000.720.59   0.32
XYZ19.649811.56757.1583
Yxy11.56750.51200.3014
Hunter Lab34.011043.608711.3290
CIE-Lab40.520352.027116.7290

#ae3047 color RGB value is (174,48,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110000 01000111
Octal 256 60 107
Decimal 174 48 71
Hex AE 30 47

RGB Percentages of Color #ae3047

%59.39
%16.38
%24.23

CMYK Percentages of Color #ae3047

%0
%72
%59
%32

Triadic Colors of #ae3047

#ae3047 #47ae30 #3047ae

Analogous Colors of #ae3047

#ae3047 #ae5830 #ae3086

Monochromatic Colors of #ae3047

#ae3047

Complementary Color

#ae3047 #30ae97

#ae3047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3047 Color CSS Codes

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

#ae3047 Text Font Color

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

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


#ae3047 Background Color

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

This div background color is #ae3047


#ae3047 Border Color

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

This div border color is #ae3047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3047


Comments

No comments written yet.

Please login to write comment.