Color Hex Logo

#ae0777 Color Hex

#AE0777
(174,7,119)
0 Favorites   0 Comments

Color spaces of #ae0777

RGB 1747119
HSL0.890.920.35
HSV320°96°68°
CMYK 0.000.960.32   0.32
XYZ20.861310.482518.3766
Yxy10.48250.41960.2108
Hunter Lab32.376758.3539-10.9886
CIE-Lab38.694865.8508-16.2247

#ae0777 color RGB value is (174,7,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000111 01110111
Octal 256 7 167
Decimal 174 7 119
Hex AE 7 77

RGB Percentages of Color #ae0777

%58.00
%2.33
%39.67

CMYK Percentages of Color #ae0777

%0
%96
%32
%32

Triadic Colors of #ae0777

#ae0777 #77ae07 #0777ae

Analogous Colors of #ae0777

#ae0777 #ae0723 #9207ae

Monochromatic Colors of #ae0777

#ae0777

Complementary Color

#ae0777 #07ae3e

#ae0777 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0777 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0777 Color CSS Codes

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

#ae0777 Text Font Color

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

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


#ae0777 Background Color

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

This div background color is #ae0777


#ae0777 Border Color

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

This div border color is #ae0777


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0777


Comments

No comments written yet.

Please login to write comment.