Color Hex Logo

#ae4468 Color Hex

#AE4468
(174,68,104)
0 Favorites   0 Comments

Color spaces of #ae4468

RGB 17468104
HSL0.940.440.47
HSV340°61°68°
CMYK 0.000.610.40   0.32
XYZ22.021414.132414.6639
Yxy14.13240.43330.2781
Hunter Lab37.593138.77443.1880
CIE-Lab44.422246.65401.6599

#ae4468 color RGB value is (174,68,104).

#ae4468 hex color red value is 174, green value is 68 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #ae4468 hue: 0.94 , saturation: 0.44 and the lightness value of ae4468 is 0.47.

The process color (four color CMYK) of #ae4468 color hex is 0.00, 0.61, 0.40, 0.32. Web safe color of #ae4468 is #993366. Color #ae4468 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000100 01101000
Octal 256 104 150
Decimal 174 68 104
Hex AE 44 68

RGB Percentages of Color #ae4468

%50.29
%19.65
%30.06

CMYK Percentages of Color #ae4468

%0
%61
%40
%32

Triadic Colors of #ae4468

#ae4468 #68ae44 #4468ae

Analogous Colors of #ae4468

#ae4468 #ae5544 #ae449d

Monochromatic Colors of #ae4468

#ae4468

Complementary Color

#ae4468 #44ae8a

#ae4468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4468 Color CSS Codes

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

#ae4468 Text Font Color

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

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


#ae4468 Background Color

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

This div background color is #ae4468


#ae4468 Border Color

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

This div border color is #ae4468


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4468


Comments

No comments written yet.

Please login to write comment.