Color Hex Logo

#ae034d Color Hex

#AE034D
(174,3,77)
0 Favorites   0 Comments

Color spaces of #ae034d

RGB 174377
HSL0.930.970.35
HSV334°98°68°
CMYK 0.000.980.56   0.32
XYZ18.82779.59967.8818
Yxy9.59960.51850.2644
Hunter Lab30.983254.24926.6055
CIE-Lab37.114062.52758.2234

#ae034d color RGB value is (174,3,77).

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

The process color (four color CMYK) of #ae034d color hex is 0.00, 0.98, 0.56, 0.32. Web safe color of #ae034d is #990066. Color #ae034d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000011 01001101
Octal 256 3 115
Decimal 174 3 77
Hex AE 3 4D

RGB Percentages of Color #ae034d

%68.50
%1.18
%30.31

CMYK Percentages of Color #ae034d

%0
%98
%56
%32

Triadic Colors of #ae034d

#ae034d #4dae03 #034dae

Analogous Colors of #ae034d

#ae034d #ae0f03 #ae03a3

Monochromatic Colors of #ae034d

#ae034d

Complementary Color

#ae034d #03ae64

#ae034d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae034d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae034d Color CSS Codes

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

#ae034d Text Font Color

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

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


#ae034d Background Color

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

This div background color is #ae034d


#ae034d Border Color

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

This div border color is #ae034d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae034d


Comments

No comments written yet.

Please login to write comment.