Color Hex Logo

#ae4654 Color Hex

#AE4654
(174,70,84)
0 Favorites   0 Comments

Color spaces of #ae4654

RGB 1747084
HSL0.980.430.48
HSV352°60°68°
CMYK 0.000.600.52   0.32
XYZ21.246014.01919.9737
Yxy14.01910.46960.3099
Hunter Lab37.442135.763710.4160
CIE-Lab44.260343.704313.7409

#ae4654 color RGB value is (174,70,84).

#ae4654 hex color red value is 174, green value is 70 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #ae4654 hue: 0.98 , saturation: 0.43 and the lightness value of ae4654 is 0.48.

The process color (four color CMYK) of #ae4654 color hex is 0.00, 0.60, 0.52, 0.32. Web safe color of #ae4654 is #993366. Color #ae4654 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000110 01010100
Octal 256 106 124
Decimal 174 70 84
Hex AE 46 54

RGB Percentages of Color #ae4654

%53.05
%21.34
%25.61

CMYK Percentages of Color #ae4654

%0
%60
%52
%32

Triadic Colors of #ae4654

#ae4654 #54ae46 #4654ae

Analogous Colors of #ae4654

#ae4654 #ae6c46 #ae4688

Monochromatic Colors of #ae4654

#ae4654

Complementary Color

#ae4654 #46aea0

#ae4654 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4654 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4654 Color CSS Codes

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

#ae4654 Text Font Color

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

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


#ae4654 Background Color

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

This div background color is #ae4654


#ae4654 Border Color

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

This div border color is #ae4654


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4654


Comments

No comments written yet.

Please login to write comment.