Color Hex Logo

#ae093f Color Hex

#AE093F
(174,9,63)
0 Favorites   0 Comments

Color spaces of #ae093f

RGB 174963
HSL0.950.900.36
HSV340°95°68°
CMYK 0.000.950.64   0.32
XYZ18.45049.55295.5741
Yxy9.55290.54950.2845
Hunter Lab30.907852.467010.9427
CIE-Lab37.027760.939217.1649

#ae093f color RGB value is (174,9,63).

#ae093f hex color red value is 174, green value is 9 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ae093f hue: 0.95 , saturation: 0.90 and the lightness value of ae093f is 0.36.

The process color (four color CMYK) of #ae093f color hex is 0.00, 0.95, 0.64, 0.32. Web safe color of #ae093f is #990033. Color #ae093f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001001 00111111
Octal 256 11 77
Decimal 174 9 63
Hex AE 9 3F

RGB Percentages of Color #ae093f

%70.73
%3.66
%25.61

CMYK Percentages of Color #ae093f

%0
%95
%64
%32

Triadic Colors of #ae093f

#ae093f #3fae09 #093fae

Analogous Colors of #ae093f

#ae093f #ae2609 #ae0992

Monochromatic Colors of #ae093f

#ae093f

Complementary Color

#ae093f #09ae78

#ae093f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae093f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae093f Color CSS Codes

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

#ae093f Text Font Color

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

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


#ae093f Background Color

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

This div background color is #ae093f


#ae093f Border Color

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

This div border color is #ae093f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae093f


Comments

No comments written yet.

Please login to write comment.