Color Hex Logo

#ae153d Color Hex

#AE153D
(174,21,61)
0 Favorites   0 Comments

Color spaces of #ae153d

RGB 1742161
HSL0.960.780.38
HSV344°88°68°
CMYK 0.000.880.65   0.32
XYZ18.56609.87195.3418
Yxy9.87190.54960.2922
Hunter Lab31.419650.492411.9135
CIE-Lab37.611559.026219.2177

#ae153d color RGB value is (174,21,61).

#ae153d hex color red value is 174, green value is 21 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ae153d hue: 0.96 , saturation: 0.78 and the lightness value of ae153d is 0.38.

The process color (four color CMYK) of #ae153d color hex is 0.00, 0.88, 0.65, 0.32. Web safe color of #ae153d is #990033. Color #ae153d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010101 00111101
Octal 256 25 75
Decimal 174 21 61
Hex AE 15 3D

RGB Percentages of Color #ae153d

%67.97
%8.20
%23.83

CMYK Percentages of Color #ae153d

%0
%88
%65
%32

Triadic Colors of #ae153d

#ae153d #3dae15 #153dae

Analogous Colors of #ae153d

#ae153d #ae3a15 #ae158a

Monochromatic Colors of #ae153d

#ae153d

Complementary Color

#ae153d #15ae86

#ae153d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae153d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae153d Color CSS Codes

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

#ae153d Text Font Color

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

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


#ae153d Background Color

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

This div background color is #ae153d


#ae153d Border Color

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

This div border color is #ae153d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae153d


Comments

No comments written yet.

Please login to write comment.