Color Hex Logo

#ae3665 Color Hex

#AE3665
(174,54,101)
0 Favorites   0 Comments

Color spaces of #ae3665

RGB 17454101
HSL0.930.530.45
HSV337°69°68°
CMYK 0.000.690.42   0.32
XYZ21.123712.576613.6261
Yxy12.57660.44630.2657
Hunter Lab35.463544.26172.0435
CIE-Lab42.118252.35410.1654

#ae3665 color RGB value is (174,54,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110110 01100101
Octal 256 66 145
Decimal 174 54 101
Hex AE 36 65

RGB Percentages of Color #ae3665

%52.89
%16.41
%30.70

CMYK Percentages of Color #ae3665

%0
%69
%42
%32

Triadic Colors of #ae3665

#ae3665 #65ae36 #3665ae

Analogous Colors of #ae3665

#ae3665 #ae4336 #ae36a1

Monochromatic Colors of #ae3665

#ae3665

Complementary Color

#ae3665 #36ae7f

#ae3665 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3665 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3665 Color CSS Codes

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

#ae3665 Text Font Color

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

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


#ae3665 Background Color

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

This div background color is #ae3665


#ae3665 Border Color

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

This div border color is #ae3665


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3665


Comments

No comments written yet.

Please login to write comment.