Color Hex Logo

#ae023b Color Hex

#AE023B
(174,2,59)
0 Favorites   0 Comments

Color spaces of #ae023b

RGB 174259
HSL0.940.980.35
HSV340°99°68°
CMYK 0.000.990.66   0.32
XYZ18.26679.35794.9812
Yxy9.35790.56020.2870
Hunter Lab30.590753.054511.7591
CIE-Lab36.664461.541119.2708

#ae023b color RGB value is (174,2,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000010 00111011
Octal 256 2 73
Decimal 174 2 59
Hex AE 2 3B

RGB Percentages of Color #ae023b

%74.04
%0.85
%25.11

CMYK Percentages of Color #ae023b

%0
%99
%66
%32

Triadic Colors of #ae023b

#ae023b #3bae02 #023bae

Analogous Colors of #ae023b

#ae023b #ae1f02 #ae0291

Monochromatic Colors of #ae023b

#ae023b

Complementary Color

#ae023b #02ae75

#ae023b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae023b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae023b Color CSS Codes

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

#ae023b Text Font Color

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

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


#ae023b Background Color

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

This div background color is #ae023b


#ae023b Border Color

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

This div border color is #ae023b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,2,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 #ae023b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae023b


Comments

No comments written yet.

Please login to write comment.