Color Hex Logo

#ae3261 Color Hex

#AE3261
(174,50,97)
0 Favorites   0 Comments

Color spaces of #ae3261

RGB 1745097
HSL0.940.550.44
HSV337°71°68°
CMYK 0.000.710.44   0.32
XYZ20.753812.142912.5592
Yxy12.14290.45660.2671
Hunter Lab34.846745.32853.0238
CIE-Lab41.442353.48911.6822

#ae3261 color RGB value is (174,50,97).

#ae3261 hex color red value is 174, green value is 50 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #ae3261 hue: 0.94 , saturation: 0.55 and the lightness value of ae3261 is 0.44.

The process color (four color CMYK) of #ae3261 color hex is 0.00, 0.71, 0.44, 0.32. Web safe color of #ae3261 is #993366. Color #ae3261 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110010 01100001
Octal 256 62 141
Decimal 174 50 97
Hex AE 32 61

RGB Percentages of Color #ae3261

%54.21
%15.58
%30.22

CMYK Percentages of Color #ae3261

%0
%71
%44
%32

Triadic Colors of #ae3261

#ae3261 #61ae32 #3261ae

Analogous Colors of #ae3261

#ae3261 #ae4132 #ae329f

Monochromatic Colors of #ae3261

#ae3261

Complementary Color

#ae3261 #32ae7f

#ae3261 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3261 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3261 Color CSS Codes

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

#ae3261 Text Font Color

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

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


#ae3261 Background Color

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

This div background color is #ae3261


#ae3261 Border Color

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

This div border color is #ae3261


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3261


Comments

No comments written yet.

Please login to write comment.