Color Hex Logo

#ae2760 Color Hex

#AE2760
(174,39,96)
0 Favorites   0 Comments

Color spaces of #ae2760

RGB 1743996
HSL0.930.630.42
HSV335°78°68°
CMYK 0.000.780.45   0.32
XYZ20.292411.294212.1768
Yxy11.29420.46370.2581
Hunter Lab33.606848.96942.0422
CIE-Lab40.071657.14940.3172

#ae2760 color RGB value is (174,39,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100111 01100000
Octal 256 47 140
Decimal 174 39 96
Hex AE 27 60

RGB Percentages of Color #ae2760

%56.31
%12.62
%31.07

CMYK Percentages of Color #ae2760

%0
%78
%45
%32

Triadic Colors of #ae2760

#ae2760 #60ae27 #2760ae

Analogous Colors of #ae2760

#ae2760 #ae3127 #ae27a4

Monochromatic Colors of #ae2760

#ae2760

Complementary Color

#ae2760 #27ae75

#ae2760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2760 Color CSS Codes

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

#ae2760 Text Font Color

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

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


#ae2760 Background Color

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

This div background color is #ae2760


#ae2760 Border Color

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

This div border color is #ae2760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2760


Comments

No comments written yet.

Please login to write comment.