color codes Logo

#ae232b color codes

#AE232B
(174,35,43)
0 Favorites   0 Comments

Color spaces of #ae232b

RGB 1743543
HSL0.990.670.41
HSV357°80°68°
CMYK 0.000.800.75   0.32
XYZ18.492610.37523.3134
Yxy10.37520.57460.3224
Hunter Lab32.210646.111316.4484
CIE-Lab38.507654.781231.5378

#ae232b color RGB value is (174,35,43).

#ae232b hex color red value is 174, green value is 35 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #ae232b hue: 0.99 , saturation: 0.67 and the lightness value of ae232b is 0.41.

The process color (four color CMYK) of #ae232b color code is 0.00, 0.80, 0.75, 0.32. Web safe color of #ae232b is #993333. Color #ae232b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100011 00101011
Octal 256 43 53
Decimal 174 35 43
Hex AE 23 2B

RGB Percentages of Color #ae232b

%69.05
%13.89
%17.06

CMYK Percentages of Color #ae232b

%0
%80
%75
%32

Triadic Colors of #ae232b

#ae232b #2bae23 #232bae

Analogous Colors of #ae232b

#ae232b #ae6123 #ae2371

Monochromatic Colors of #ae232b

#ae232b

Complementary Color

#ae232b #23aea6

#ae232b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae232b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae232b Color CSS Codes

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

#ae232b Text Font Color

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

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


#ae232b Background Color

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

This div background color is #ae232b


#ae232b Border Color

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

This div border color is #ae232b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae232b


Comments

No comments written yet.

Please login to write comment.