Color Hex Logo

#ae2765 Color Hex

#AE2765
(174,39,101)
0 Favorites   0 Comments

Color spaces of #ae2765

RGB 17439101
HSL0.920.630.42
HSV332°78°68°
CMYK 0.000.780.42   0.32
XYZ20.530011.389313.4282
Yxy11.38930.45270.2512
Hunter Lab33.748049.52810.0324
CIE-Lab40.228657.6348-2.6060

#ae2765 color RGB value is (174,39,101).

#ae2765 hex color red value is 174, green value is 39 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #ae2765 hue: 0.92 , saturation: 0.63 and the lightness value of ae2765 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100111 01100101
Octal 256 47 145
Decimal 174 39 101
Hex AE 27 65

RGB Percentages of Color #ae2765

%55.41
%12.42
%32.17

CMYK Percentages of Color #ae2765

%0
%78
%42
%32

Triadic Colors of #ae2765

#ae2765 #65ae27 #2765ae

Analogous Colors of #ae2765

#ae2765 #ae2c27 #ae27a9

Monochromatic Colors of #ae2765

#ae2765

Complementary Color

#ae2765 #27ae70

#ae2765 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2765 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2765 Color CSS Codes

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

#ae2765 Text Font Color

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

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


#ae2765 Background Color

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

This div background color is #ae2765


#ae2765 Border Color

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

This div border color is #ae2765


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2765


Comments

No comments written yet.

Please login to write comment.