Color Hex Logo

#ae439d Color Hex

#AE439D
(174,67,157)
0 Favorites   0 Comments

Color spaces of #ae439d

RGB 17467157
HSL0.860.440.47
HSV310°61°68°
CMYK 0.000.610.10   0.32
XYZ25.548515.447333.5334
Yxy15.44730.34280.2073
Hunter Lab39.303147.2515-23.0741
CIE-Lab46.240954.4056-27.7510

#ae439d color RGB value is (174,67,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000011 10011101
Octal 256 103 235
Decimal 174 67 157
Hex AE 43 9D

RGB Percentages of Color #ae439d

%43.72
%16.83
%39.45

CMYK Percentages of Color #ae439d

%0
%61
%10
%32

Triadic Colors of #ae439d

#ae439d #9dae43 #439dae

Analogous Colors of #ae439d

#ae439d #ae4368 #8a43ae

Monochromatic Colors of #ae439d

#ae439d

Complementary Color

#ae439d #43ae54

#ae439d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae439d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae439d Color CSS Codes

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

#ae439d Text Font Color

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

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


#ae439d Background Color

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

This div background color is #ae439d


#ae439d Border Color

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

This div border color is #ae439d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae439d


Comments

No comments written yet.

Please login to write comment.