Color Hex Logo

#ae0966 Color Hex

#AE0966
(174,9,102)
0 Favorites   0 Comments

Color spaces of #ae0966

RGB 1749102
HSL0.910.900.36
HSV326°95°68°
CMYK 0.000.950.41   0.32
XYZ19.951510.153413.4786
Yxy10.15340.45780.2330
Hunter Lab31.864456.0029-2.7745
CIE-Lab38.116363.8944-6.3722

#ae0966 color RGB value is (174,9,102).

#ae0966 hex color red value is 174, green value is 9 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #ae0966 hue: 0.91 , saturation: 0.90 and the lightness value of ae0966 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001001 01100110
Octal 256 11 146
Decimal 174 9 102
Hex AE 9 66

RGB Percentages of Color #ae0966

%61.05
%3.16
%35.79

CMYK Percentages of Color #ae0966

%0
%95
%41
%32

Triadic Colors of #ae0966

#ae0966 #66ae09 #0966ae

Analogous Colors of #ae0966

#ae0966 #ae0914 #a409ae

Monochromatic Colors of #ae0966

#ae0966

Complementary Color

#ae0966 #09ae51

#ae0966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0966 Color CSS Codes

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

#ae0966 Text Font Color

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

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


#ae0966 Background Color

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

This div background color is #ae0966


#ae0966 Border Color

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

This div border color is #ae0966


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0966


Comments

No comments written yet.

Please login to write comment.