color codes Logo

#ae062d color codes

#AE062D
(174,6,45)
0 Favorites   0 Comments

Color spaces of #ae062d

RGB 174645
HSL0.960.930.35
HSV346°97°68°
CMYK 0.000.970.74   0.32
XYZ17.99439.31843.3328
Yxy9.31840.58720.3041
Hunter Lab30.526151.800414.8950
CIE-Lab36.590260.419528.1105

#ae062d color RGB value is (174,6,45).

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

The process color (four color CMYK) of #ae062d color code is 0.00, 0.97, 0.74, 0.32. Web safe color of #ae062d is #990033. Color #ae062d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000110 00101101
Octal 256 6 55
Decimal 174 6 45
Hex AE 6 2D

RGB Percentages of Color #ae062d

%77.33
%2.67
%20.00

CMYK Percentages of Color #ae062d

%0
%97
%74
%32

Triadic Colors of #ae062d

#ae062d #2dae06 #062dae

Analogous Colors of #ae062d

#ae062d #ae3306 #ae0681

Monochromatic Colors of #ae062d

#ae062d

Complementary Color

#ae062d #06ae87

#ae062d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae062d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae062d Color CSS Codes

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

#ae062d Text Font Color

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

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


#ae062d Background Color

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

This div background color is #ae062d


#ae062d Border Color

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

This div border color is #ae062d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae062d


Comments

No comments written yet.

Please login to write comment.