Color Hex Logo

#ae036d Color Hex

#AE036D
(174,3,109)
0 Favorites   0 Comments

Color spaces of #ae036d

RGB 1743109
HSL0.900.970.35
HSV323°98°68°
CMYK 0.000.980.37   0.32
XYZ20.248410.167915.3634
Yxy10.16790.44230.2221
Hunter Lab31.887157.5453-6.2452
CIE-Lab38.142165.2502-10.7727

#ae036d color RGB value is (174,3,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000011 01101101
Octal 256 3 155
Decimal 174 3 109
Hex AE 3 6D

RGB Percentages of Color #ae036d

%60.84
%1.05
%38.11

CMYK Percentages of Color #ae036d

%0
%98
%37
%32

Triadic Colors of #ae036d

#ae036d #6dae03 #036dae

Analogous Colors of #ae036d

#ae036d #ae0317 #9a03ae

Monochromatic Colors of #ae036d

#ae036d

Complementary Color

#ae036d #03ae44

#ae036d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae036d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae036d Color CSS Codes

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

#ae036d Text Font Color

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

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


#ae036d Background Color

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

This div background color is #ae036d


#ae036d Border Color

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

This div border color is #ae036d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae036d


Comments

No comments written yet.

Please login to write comment.