Color Hex Logo

#ae203b Color Hex

#AE203B
(174,32,59)
0 Favorites   0 Comments

Color spaces of #ae203b

RGB 1743259
HSL0.970.690.40
HSV349°82°68°
CMYK 0.000.820.66   0.32
XYZ18.761510.34755.1461
Yxy10.34750.54770.3021
Hunter Lab32.167547.815813.0322
CIE-Lab38.459056.388021.5841

#ae203b color RGB value is (174,32,59).

#ae203b hex color red value is 174, green value is 32 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ae203b hue: 0.97 , saturation: 0.69 and the lightness value of ae203b is 0.40.

The process color (four color CMYK) of #ae203b color hex is 0.00, 0.82, 0.66, 0.32. Web safe color of #ae203b is #993333. Color #ae203b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100000 00111011
Octal 256 40 73
Decimal 174 32 59
Hex AE 20 3B

RGB Percentages of Color #ae203b

%65.66
%12.08
%22.26

CMYK Percentages of Color #ae203b

%0
%82
%66
%32

Triadic Colors of #ae203b

#ae203b #3bae20 #203bae

Analogous Colors of #ae203b

#ae203b #ae4c20 #ae2082

Monochromatic Colors of #ae203b

#ae203b

Complementary Color

#ae203b #20ae93

#ae203b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae203b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae203b Color CSS Codes

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

#ae203b Text Font Color

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

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


#ae203b Background Color

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

This div background color is #ae203b


#ae203b Border Color

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

This div border color is #ae203b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae203b


Comments

No comments written yet.

Please login to write comment.