Color Hex Logo

#ae369b Color Hex

#AE369B
(174,54,155)
0 Favorites   0 Comments

Color spaces of #ae369b

RGB 17454155
HSL0.860.530.45
HSV310°69°68°
CMYK 0.000.690.11   0.32
XYZ24.691114.003632.4119
Yxy14.00360.34720.1969
Hunter Lab37.421452.2891-25.1581
CIE-Lab44.238159.3873-29.6812

#ae369b color RGB value is (174,54,155).

#ae369b hex color red value is 174, green value is 54 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ae369b hue: 0.86 , saturation: 0.53 and the lightness value of ae369b is 0.45.

The process color (four color CMYK) of #ae369b color hex is 0.00, 0.69, 0.11, 0.32. Web safe color of #ae369b is #993399. Color #ae369b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110110 10011011
Octal 256 66 233
Decimal 174 54 155
Hex AE 36 9B

RGB Percentages of Color #ae369b

%45.43
%14.10
%40.47

CMYK Percentages of Color #ae369b

%0
%69
%11
%32

Triadic Colors of #ae369b

#ae369b #9bae36 #369bae

Analogous Colors of #ae369b

#ae369b #ae365f #8536ae

Monochromatic Colors of #ae369b

#ae369b

Complementary Color

#ae369b #36ae49

#ae369b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae369b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae369b Color CSS Codes

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

#ae369b Text Font Color

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

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


#ae369b Background Color

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

This div background color is #ae369b


#ae369b Border Color

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

This div border color is #ae369b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae369b


Comments

No comments written yet.

Please login to write comment.