Color Hex Logo

#ae0339 Color Hex

#AE0339
(174,3,57)
0 Favorites   0 Comments

Color spaces of #ae0339

RGB 174357
HSL0.950.970.35
HSV341°98°68°
CMYK 0.000.980.67   0.32
XYZ18.22669.35924.7168
Yxy9.35920.56420.2897
Hunter Lab30.592852.809412.2736
CIE-Lab36.666961.319320.5637

#ae0339 color RGB value is (174,3,57).

#ae0339 hex color red value is 174, green value is 3 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #ae0339 hue: 0.95 , saturation: 0.97 and the lightness value of ae0339 is 0.35.

The process color (four color CMYK) of #ae0339 color hex is 0.00, 0.98, 0.67, 0.32. Web safe color of #ae0339 is #990033. Color #ae0339 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000011 00111001
Octal 256 3 71
Decimal 174 3 57
Hex AE 3 39

RGB Percentages of Color #ae0339

%74.36
%1.28
%24.36

CMYK Percentages of Color #ae0339

%0
%98
%67
%32

Triadic Colors of #ae0339

#ae0339 #39ae03 #0339ae

Analogous Colors of #ae0339

#ae0339 #ae2303 #ae038f

Monochromatic Colors of #ae0339

#ae0339

Complementary Color

#ae0339 #03ae78

#ae0339 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0339 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0339 Color CSS Codes

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

#ae0339 Text Font Color

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

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


#ae0339 Background Color

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

This div background color is #ae0339


#ae0339 Border Color

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

This div border color is #ae0339


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0339


Comments

No comments written yet.

Please login to write comment.