Color Hex Logo

#ae6574 Color Hex

#AE6574
(174,101,116)
0 Favorites   0 Comments

Color spaces of #ae6574

RGB 174101116
HSL0.970.310.54
HSV348°42°68°
CMYK 0.000.420.33   0.32
XYZ25.261619.567018.9684
Yxy19.56700.39600.3067
Hunter Lab44.234624.52765.5399
CIE-Lab51.344131.19654.4104

#ae6574 color RGB value is (174,101,116).

#ae6574 hex color red value is 174, green value is 101 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #ae6574 hue: 0.97 , saturation: 0.31 and the lightness value of ae6574 is 0.54.

The process color (four color CMYK) of #ae6574 color hex is 0.00, 0.42, 0.33, 0.32. Web safe color of #ae6574 is #996666. Color #ae6574 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100101 01110100
Octal 256 145 164
Decimal 174 101 116
Hex AE 65 74

RGB Percentages of Color #ae6574

%44.50
%25.83
%29.67

CMYK Percentages of Color #ae6574

%0
%42
%33
%32

Triadic Colors of #ae6574

#ae6574 #74ae65 #6574ae

Analogous Colors of #ae6574

#ae6574 #ae7b65 #ae6599

Monochromatic Colors of #ae6574

#ae6574

Complementary Color

#ae6574 #65ae9f

#ae6574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6574 Color CSS Codes

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

#ae6574 Text Font Color

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

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


#ae6574 Background Color

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

This div background color is #ae6574


#ae6574 Border Color

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

This div border color is #ae6574


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6574


Comments

No comments written yet.

Please login to write comment.