Color Hex Logo

#ae014e Color Hex

#AE014E
(174,1,78)
0 Favorites   0 Comments

Color spaces of #ae014e

RGB 174178
HSL0.930.990.34
HSV333°99°68°
CMYK 0.000.990.55   0.32
XYZ18.84169.57048.0619
Yxy9.57040.51660.2624
Hunter Lab30.936154.57736.2043
CIE-Lab37.060162.83167.5004

#ae014e color RGB value is (174,1,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000001 01001110
Octal 256 1 116
Decimal 174 1 78
Hex AE 1 4E

RGB Percentages of Color #ae014e

%68.77
%0.40
%30.83

CMYK Percentages of Color #ae014e

%0
%99
%55
%32

Triadic Colors of #ae014e

#ae014e #4eae01 #014eae

Analogous Colors of #ae014e

#ae014e #ae0b01 #ae01a5

Monochromatic Colors of #ae014e

#ae014e

Complementary Color

#ae014e #01ae61

#ae014e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae014e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae014e Color CSS Codes

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

#ae014e Text Font Color

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

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


#ae014e Background Color

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

This div background color is #ae014e


#ae014e Border Color

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

This div border color is #ae014e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae014e


Comments

No comments written yet.

Please login to write comment.