Color Hex Logo

#ae077f Color Hex

#AE077F
(174,7,127)
0 Favorites   0 Comments

Color spaces of #ae077f

RGB 1747127
HSL0.880.920.35
HSV317°96°68°
CMYK 0.000.960.27   0.32
XYZ21.362310.682921.0148
Yxy10.68290.40260.2013
Hunter Lab32.684759.4671-15.2415
CIE-Lab39.041266.7533-20.6820

#ae077f color RGB value is (174,7,127).

#ae077f hex color red value is 174, green value is 7 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ae077f hue: 0.88 , saturation: 0.92 and the lightness value of ae077f is 0.35.

The process color (four color CMYK) of #ae077f color hex is 0.00, 0.96, 0.27, 0.32. Web safe color of #ae077f is #990066. Color #ae077f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000111 01111111
Octal 256 7 177
Decimal 174 7 127
Hex AE 7 7F

RGB Percentages of Color #ae077f

%56.49
%2.27
%41.23

CMYK Percentages of Color #ae077f

%0
%96
%27
%32

Triadic Colors of #ae077f

#ae077f #7fae07 #077fae

Analogous Colors of #ae077f

#ae077f #ae072c #8a07ae

Monochromatic Colors of #ae077f

#ae077f

Complementary Color

#ae077f #07ae36

#ae077f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae077f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae077f Color CSS Codes

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

#ae077f Text Font Color

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

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


#ae077f Background Color

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

This div background color is #ae077f


#ae077f Border Color

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

This div border color is #ae077f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae077f


Comments

No comments written yet.

Please login to write comment.