Color Hex Logo

#ae356b Color Hex

#AE356B
(174,53,107)
0 Favorites   0 Comments

Color spaces of #ae356b

RGB 17453107
HSL0.930.530.45
HSV333°70°68°
CMYK 0.000.700.39   0.32
XYZ21.382512.606415.2162
Yxy12.60640.43460.2562
Hunter Lab35.505545.3636-0.5554
CIE-Lab42.164153.3882-3.5046

#ae356b color RGB value is (174,53,107).

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

The process color (four color CMYK) of #ae356b color hex is 0.00, 0.70, 0.39, 0.32. Web safe color of #ae356b is #993366. Color #ae356b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110101 01101011
Octal 256 65 153
Decimal 174 53 107
Hex AE 35 6B

RGB Percentages of Color #ae356b

%52.10
%15.87
%32.04

CMYK Percentages of Color #ae356b

%0
%70
%39
%32

Triadic Colors of #ae356b

#ae356b #6bae35 #356bae

Analogous Colors of #ae356b

#ae356b #ae3c35 #ae35a8

Monochromatic Colors of #ae356b

#ae356b

Complementary Color

#ae356b #35ae78

#ae356b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae356b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae356b Color CSS Codes

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

#ae356b Text Font Color

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

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


#ae356b Background Color

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

This div background color is #ae356b


#ae356b Border Color

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

This div border color is #ae356b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae356b


Comments

No comments written yet.

Please login to write comment.