Color Hex Logo

#ae3663 Color Hex

#AE3663
(174,54,99)
0 Favorites   0 Comments

Color spaces of #ae3663

RGB 1745499
HSL0.940.530.45
HSV338°69°68°
CMYK 0.000.690.43   0.32
XYZ21.026912.537913.1162
Yxy12.53790.45040.2686
Hunter Lab35.408944.03332.8240
CIE-Lab42.058652.14791.3262

#ae3663 color RGB value is (174,54,99).

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

The process color (four color CMYK) of #ae3663 color hex is 0.00, 0.69, 0.43, 0.32. Web safe color of #ae3663 is #993366. Color #ae3663 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110110 01100011
Octal 256 66 143
Decimal 174 54 99
Hex AE 36 63

RGB Percentages of Color #ae3663

%53.21
%16.51
%30.28

CMYK Percentages of Color #ae3663

%0
%69
%43
%32

Triadic Colors of #ae3663

#ae3663 #63ae36 #3663ae

Analogous Colors of #ae3663

#ae3663 #ae4536 #ae369f

Monochromatic Colors of #ae3663

#ae3663

Complementary Color

#ae3663 #36ae81

#ae3663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3663 Color CSS Codes

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

#ae3663 Text Font Color

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

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


#ae3663 Background Color

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

This div background color is #ae3663


#ae3663 Border Color

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

This div border color is #ae3663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3663


Comments

No comments written yet.

Please login to write comment.