Color Hex Logo

#ae065e Color Hex

#AE065E
(174,6,94)
0 Favorites   0 Comments

Color spaces of #ae065e

RGB 174694
HSL0.910.930.35
HSV329°97°68°
CMYK 0.000.970.46   0.32
XYZ19.54119.937111.4778
Yxy9.93710.47710.2426
Hunter Lab31.523255.48600.4783
CIE-Lab37.729363.5111-1.8410

#ae065e color RGB value is (174,6,94).

#ae065e hex color red value is 174, green value is 6 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ae065e hue: 0.91 , saturation: 0.93 and the lightness value of ae065e is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000110 01011110
Octal 256 6 136
Decimal 174 6 94
Hex AE 6 5E

RGB Percentages of Color #ae065e

%63.50
%2.19
%34.31

CMYK Percentages of Color #ae065e

%0
%97
%46
%32

Triadic Colors of #ae065e

#ae065e #5eae06 #065eae

Analogous Colors of #ae065e

#ae065e #ae060a #aa06ae

Monochromatic Colors of #ae065e

#ae065e

Complementary Color

#ae065e #06ae56

#ae065e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae065e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae065e Color CSS Codes

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

#ae065e Text Font Color

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

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


#ae065e Background Color

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

This div background color is #ae065e


#ae065e Border Color

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

This div border color is #ae065e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae065e


Comments

No comments written yet.

Please login to write comment.