Color Hex Logo

#ae275e Color Hex

#AE275E
(174,39,94)
0 Favorites   0 Comments

Color spaces of #ae275e

RGB 1743994
HSL0.930.630.42
HSV336°78°68°
CMYK 0.000.780.46   0.32
XYZ20.201511.257911.6979
Yxy11.25790.46810.2609
Hunter Lab33.552848.75412.8160
CIE-Lab40.011556.96171.4937

#ae275e color RGB value is (174,39,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100111 01011110
Octal 256 47 136
Decimal 174 39 94
Hex AE 27 5E

RGB Percentages of Color #ae275e

%56.68
%12.70
%30.62

CMYK Percentages of Color #ae275e

%0
%78
%46
%32

Triadic Colors of #ae275e

#ae275e #5eae27 #275eae

Analogous Colors of #ae275e

#ae275e #ae3427 #ae27a2

Monochromatic Colors of #ae275e

#ae275e

Complementary Color

#ae275e #27ae77

#ae275e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae275e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae275e Color CSS Codes

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

#ae275e Text Font Color

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

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


#ae275e Background Color

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

This div background color is #ae275e


#ae275e Border Color

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

This div border color is #ae275e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae275e


Comments

No comments written yet.

Please login to write comment.