Color Hex Logo

#ae359b Color Hex

#AE359B
(174,53,155)
0 Favorites   0 Comments

Color spaces of #ae359b

RGB 17453155
HSL0.860.530.45
HSV309°70°68°
CMYK 0.000.700.11   0.32
XYZ24.645113.911432.3966
Yxy13.91140.34730.1961
Hunter Lab37.298052.6746-25.3900
CIE-Lab44.105659.7602-29.8887

#ae359b color RGB value is (174,53,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110101 10011011
Octal 256 65 233
Decimal 174 53 155
Hex AE 35 9B

RGB Percentages of Color #ae359b

%45.55
%13.87
%40.58

CMYK Percentages of Color #ae359b

%0
%70
%11
%32

Triadic Colors of #ae359b

#ae359b #9bae35 #359bae

Analogous Colors of #ae359b

#ae359b #ae355f #8535ae

Monochromatic Colors of #ae359b

#ae359b

Complementary Color

#ae359b #35ae48

#ae359b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae359b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae359b Color CSS Codes

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

#ae359b Text Font Color

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

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


#ae359b Background Color

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

This div background color is #ae359b


#ae359b Border Color

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

This div border color is #ae359b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,53,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 #ae359b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae359b


Comments

No comments written yet.

Please login to write comment.