Color Hex Logo

#ae439c Color Hex

#AE439C
(174,67,156)
0 Favorites   0 Comments

Color spaces of #ae439c

RGB 17467156
HSL0.860.440.47
HSV310°61°68°
CMYK 0.000.610.10   0.32
XYZ25.463515.413333.0855
Yxy15.41330.34430.2084
Hunter Lab39.259847.0687-22.4838
CIE-Lab46.195254.2444-27.2258

#ae439c color RGB value is (174,67,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000011 10011100
Octal 256 103 234
Decimal 174 67 156
Hex AE 43 9C

RGB Percentages of Color #ae439c

%43.83
%16.88
%39.29

CMYK Percentages of Color #ae439c

%0
%61
%10
%32

Triadic Colors of #ae439c

#ae439c #9cae43 #439cae

Analogous Colors of #ae439c

#ae439c #ae4367 #8b43ae

Monochromatic Colors of #ae439c

#ae439c

Complementary Color

#ae439c #43ae55

#ae439c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae439c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae439c Color CSS Codes

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

#ae439c Text Font Color

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

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


#ae439c Background Color

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

This div background color is #ae439c


#ae439c Border Color

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

This div border color is #ae439c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae439c


Comments

No comments written yet.

Please login to write comment.