Color Hex Logo

#ae3458 Color Hex

#AE3458
(174,52,88)
0 Favorites   0 Comments

Color spaces of #ae3458

RGB 1745288
HSL0.950.540.44
HSV342°70°68°
CMYK 0.000.700.49   0.32
XYZ20.445012.159210.5019
Yxy12.15920.47430.2821
Hunter Lab34.870043.63556.5525
CIE-Lab41.468051.87767.3624

#ae3458 color RGB value is (174,52,88).

#ae3458 hex color red value is 174, green value is 52 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #ae3458 hue: 0.95 , saturation: 0.54 and the lightness value of ae3458 is 0.44.

The process color (four color CMYK) of #ae3458 color hex is 0.00, 0.70, 0.49, 0.32. Web safe color of #ae3458 is #993366. Color #ae3458 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110100 01011000
Octal 256 64 130
Decimal 174 52 88
Hex AE 34 58

RGB Percentages of Color #ae3458

%55.41
%16.56
%28.03

CMYK Percentages of Color #ae3458

%0
%70
%49
%32

Triadic Colors of #ae3458

#ae3458 #58ae34 #3458ae

Analogous Colors of #ae3458

#ae3458 #ae4d34 #ae3495

Monochromatic Colors of #ae3458

#ae3458

Complementary Color

#ae3458 #34ae8a

#ae3458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3458 Color CSS Codes

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

#ae3458 Text Font Color

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

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


#ae3458 Background Color

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

This div background color is #ae3458


#ae3458 Border Color

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

This div border color is #ae3458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3458


Comments

No comments written yet.

Please login to write comment.