Color Hex Logo

#ae341c Color Hex

#AE341C
(174,52,28)
0 Favorites   0 Comments

Color spaces of #ae341c

RGB 1745228
HSL0.030.720.40
HSV10°84°68°
CMYK 0.000.700.84   0.32
XYZ18.893211.53852.3300
Yxy11.53850.57670.3522
Hunter Lab33.968439.837019.7110
CIE-Lab40.473048.386541.8414

#ae341c color RGB value is (174,52,28).

#ae341c hex color red value is 174, green value is 52 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ae341c hue: 0.03 , saturation: 0.72 and the lightness value of ae341c is 0.40.

The process color (four color CMYK) of #ae341c color hex is 0.00, 0.70, 0.84, 0.32. Web safe color of #ae341c is #993333. Color #ae341c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110100 00011100
Octal 256 64 34
Decimal 174 52 28
Hex AE 34 1C

RGB Percentages of Color #ae341c

%68.50
%20.47
%11.02

CMYK Percentages of Color #ae341c

%0
%70
%84
%32

Triadic Colors of #ae341c

#ae341c #1cae34 #341cae

Analogous Colors of #ae341c

#ae341c #ae7d1c #ae1c4d

Monochromatic Colors of #ae341c

#ae341c

Complementary Color

#ae341c #1c96ae

#ae341c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae341c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae341c Color CSS Codes

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

#ae341c Text Font Color

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

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


#ae341c Background Color

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

This div background color is #ae341c


#ae341c Border Color

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

This div border color is #ae341c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae341c


Comments

No comments written yet.

Please login to write comment.