Color Hex Logo

#ae4483 Color Hex

#AE4483
(174,68,131)
0 Favorites   0 Comments

Color spaces of #ae4483

RGB 17468131
HSL0.900.440.47
HSV324°61°68°
CMYK 0.000.610.25   0.32
XYZ23.619414.771623.0791
Yxy14.77160.38420.2403
Hunter Lab38.433842.4374-8.6993
CIE-Lab45.319850.0407-13.5238

#ae4483 color RGB value is (174,68,131).

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

The process color (four color CMYK) of #ae4483 color hex is 0.00, 0.61, 0.25, 0.32. Web safe color of #ae4483 is #993399. Color #ae4483 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000100 10000011
Octal 256 104 203
Decimal 174 68 131
Hex AE 44 83

RGB Percentages of Color #ae4483

%46.65
%18.23
%35.12

CMYK Percentages of Color #ae4483

%0
%61
%25
%32

Triadic Colors of #ae4483

#ae4483 #83ae44 #4483ae

Analogous Colors of #ae4483

#ae4483 #ae444e #a444ae

Monochromatic Colors of #ae4483

#ae4483

Complementary Color

#ae4483 #44ae6f

#ae4483 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4483 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4483 Color CSS Codes

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

#ae4483 Text Font Color

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

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


#ae4483 Background Color

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

This div background color is #ae4483


#ae4483 Border Color

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

This div border color is #ae4483


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4483


Comments

No comments written yet.

Please login to write comment.