Color Hex Logo

#ae016d Color Hex

#AE016D
(174,1,109)
0 Favorites   0 Comments

Color spaces of #ae016d

RGB 1741109
HSL0.900.990.34
HSV323°99°68°
CMYK 0.000.990.37   0.32
XYZ20.226710.124515.3562
Yxy10.12450.44250.2215
Hunter Lab31.819057.7855-6.3407
CIE-Lab38.065065.4760-10.8895

#ae016d color RGB value is (174,1,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000001 01101101
Octal 256 1 155
Decimal 174 1 109
Hex AE 1 6D

RGB Percentages of Color #ae016d

%61.27
%0.35
%38.38

CMYK Percentages of Color #ae016d

%0
%99
%37
%32

Triadic Colors of #ae016d

#ae016d #6dae01 #016dae

Analogous Colors of #ae016d

#ae016d #ae0117 #9901ae

Monochromatic Colors of #ae016d

#ae016d

Complementary Color

#ae016d #01ae42

#ae016d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae016d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae016d Color CSS Codes

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

#ae016d Text Font Color

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

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


#ae016d Background Color

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

This div background color is #ae016d


#ae016d Border Color

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

This div border color is #ae016d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae016d


Comments

No comments written yet.

Please login to write comment.