Color Hex Logo

#ae0248 Color Hex

#AE0248
(174,2,72)
0 Favorites   0 Comments

Color spaces of #ae0248

RGB 174272
HSL0.930.980.35
HSV336°99°68°
CMYK 0.000.990.59   0.32
XYZ18.64709.51006.9837
Yxy9.51000.53060.2706
Hunter Lab30.838353.96678.1599
CIE-Lab36.948262.306511.2320

#ae0248 color RGB value is (174,2,72).

#ae0248 hex color red value is 174, green value is 2 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #ae0248 hue: 0.93 , saturation: 0.98 and the lightness value of ae0248 is 0.35.

The process color (four color CMYK) of #ae0248 color hex is 0.00, 0.99, 0.59, 0.32. Web safe color of #ae0248 is #990033. Color #ae0248 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000010 01001000
Octal 256 2 110
Decimal 174 2 72
Hex AE 2 48

RGB Percentages of Color #ae0248

%70.16
%0.81
%29.03

CMYK Percentages of Color #ae0248

%0
%99
%59
%32

Triadic Colors of #ae0248

#ae0248 #48ae02 #0248ae

Analogous Colors of #ae0248

#ae0248 #ae1202 #ae029e

Monochromatic Colors of #ae0248

#ae0248

Complementary Color

#ae0248 #02ae68

#ae0248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0248 Color CSS Codes

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

#ae0248 Text Font Color

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

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


#ae0248 Background Color

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

This div background color is #ae0248


#ae0248 Border Color

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

This div border color is #ae0248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0248


Comments

No comments written yet.

Please login to write comment.