Color Hex Logo

#ae2064 Color Hex

#AE2064
(174,32,100)
0 Favorites   0 Comments

Color spaces of #ae2064

RGB 17432100
HSL0.920.690.40
HSV331°82°68°
CMYK 0.000.820.43   0.32
XYZ20.272310.951813.1020
Yxy10.95180.45730.2471
Hunter Lab33.093551.4313-0.3080
CIE-Lab39.499259.5182-3.0509

#ae2064 color RGB value is (174,32,100).

#ae2064 hex color red value is 174, green value is 32 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #ae2064 hue: 0.92 , saturation: 0.69 and the lightness value of ae2064 is 0.40.

The process color (four color CMYK) of #ae2064 color hex is 0.00, 0.82, 0.43, 0.32. Web safe color of #ae2064 is #993366. Color #ae2064 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100000 01100100
Octal 256 40 144
Decimal 174 32 100
Hex AE 20 64

RGB Percentages of Color #ae2064

%56.86
%10.46
%32.68

CMYK Percentages of Color #ae2064

%0
%82
%43
%32

Triadic Colors of #ae2064

#ae2064 #64ae20 #2064ae

Analogous Colors of #ae2064

#ae2064 #ae2320 #ae20ab

Monochromatic Colors of #ae2064

#ae2064

Complementary Color

#ae2064 #20ae6a

#ae2064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2064 Color CSS Codes

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

#ae2064 Text Font Color

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

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


#ae2064 Background Color

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

This div background color is #ae2064


#ae2064 Border Color

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

This div border color is #ae2064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2064


Comments

No comments written yet.

Please login to write comment.