Color Hex Logo

#ae0796 Color Hex

#AE0796
(174,7,150)
0 Favorites   0 Comments

Color spaces of #ae0796

RGB 1747150
HSL0.860.920.35
HSV309°96°68°
CMYK 0.000.960.14   0.32
XYZ23.036611.352629.8313
Yxy11.35260.35870.1768
Hunter Lab33.693663.0781-28.9080
CIE-Lab40.168169.6391-33.0559

#ae0796 color RGB value is (174,7,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000111 10010110
Octal 256 7 226
Decimal 174 7 150
Hex AE 7 96

RGB Percentages of Color #ae0796

%52.57
%2.11
%45.32

CMYK Percentages of Color #ae0796

%0
%96
%14
%32

Triadic Colors of #ae0796

#ae0796 #96ae07 #0796ae

Analogous Colors of #ae0796

#ae0796 #ae0742 #7307ae

Monochromatic Colors of #ae0796

#ae0796

Complementary Color

#ae0796 #07ae1f

#ae0796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0796 Color CSS Codes

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

#ae0796 Text Font Color

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

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


#ae0796 Background Color

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

This div background color is #ae0796


#ae0796 Border Color

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

This div border color is #ae0796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0796


Comments

No comments written yet.

Please login to write comment.