Color Hex Logo

#ae346e Color Hex

#AE346E
(174,52,110)
0 Favorites   0 Comments

Color spaces of #ae346e

RGB 17452110
HSL0.920.540.44
HSV331°70°68°
CMYK 0.000.700.37   0.32
XYZ21.498012.580416.0470
Yxy12.58040.42890.2510
Hunter Lab35.468946.1200-1.9961
CIE-Lab42.124154.1072-5.4292

#ae346e color RGB value is (174,52,110).

#ae346e hex color red value is 174, green value is 52 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ae346e hue: 0.92 , saturation: 0.54 and the lightness value of ae346e is 0.44.

The process color (four color CMYK) of #ae346e color hex is 0.00, 0.70, 0.37, 0.32. Web safe color of #ae346e is #993366. Color #ae346e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110100 01101110
Octal 256 64 156
Decimal 174 52 110
Hex AE 34 6E

RGB Percentages of Color #ae346e

%51.79
%15.48
%32.74

CMYK Percentages of Color #ae346e

%0
%70
%37
%32

Triadic Colors of #ae346e

#ae346e #6eae34 #346eae

Analogous Colors of #ae346e

#ae346e #ae3734 #ae34ab

Monochromatic Colors of #ae346e

#ae346e

Complementary Color

#ae346e #34ae74

#ae346e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae346e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae346e Color CSS Codes

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

#ae346e Text Font Color

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

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


#ae346e Background Color

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

This div background color is #ae346e


#ae346e Border Color

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

This div border color is #ae346e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae346e


Comments

No comments written yet.

Please login to write comment.