Color Hex Logo

#ae4596 Color Hex

#AE4596
(174,69,150)
0 Favorites   0 Comments

Color spaces of #ae4596

RGB 17469150
HSL0.870.430.48
HSV314°60°68°
CMYK 0.000.600.14   0.32
XYZ25.088715.456930.5153
Yxy15.45690.35310.2175
Hunter Lab39.315345.1065-18.4984
CIE-Lab46.253752.4025-23.5487

#ae4596 color RGB value is (174,69,150).

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

The process color (four color CMYK) of #ae4596 color hex is 0.00, 0.60, 0.14, 0.32. Web safe color of #ae4596 is #993399. Color #ae4596 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000101 10010110
Octal 256 105 226
Decimal 174 69 150
Hex AE 45 96

RGB Percentages of Color #ae4596

%44.27
%17.56
%38.17

CMYK Percentages of Color #ae4596

%0
%60
%14
%32

Triadic Colors of #ae4596

#ae4596 #96ae45 #4596ae

Analogous Colors of #ae4596

#ae4596 #ae4562 #9245ae

Monochromatic Colors of #ae4596

#ae4596

Complementary Color

#ae4596 #45ae5d

#ae4596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4596 Color CSS Codes

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

#ae4596 Text Font Color

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

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


#ae4596 Background Color

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

This div background color is #ae4596


#ae4596 Border Color

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

This div border color is #ae4596


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,69,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 #ae4596">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4596


Comments

No comments written yet.

Please login to write comment.