Color Hex Logo

#ae6670 Color Hex

#AE6670
(174,102,112)
0 Favorites   0 Comments

Color spaces of #ae6670

RGB 174102112
HSL0.980.310.54
HSV352°41°68°
CMYK 0.000.410.36   0.32
XYZ25.131619.671317.8016
Yxy19.67130.40140.3142
Hunter Lab44.352323.52787.2495
CIE-Lab51.463530.12936.9553

#ae6670 color RGB value is (174,102,112).

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

The process color (four color CMYK) of #ae6670 color hex is 0.00, 0.41, 0.36, 0.32. Web safe color of #ae6670 is #996666. Color #ae6670 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100110 01110000
Octal 256 146 160
Decimal 174 102 112
Hex AE 66 70

RGB Percentages of Color #ae6670

%44.85
%26.29
%28.87

CMYK Percentages of Color #ae6670

%0
%41
%36
%32

Triadic Colors of #ae6670

#ae6670 #70ae66 #6670ae

Analogous Colors of #ae6670

#ae6670 #ae8066 #ae6694

Monochromatic Colors of #ae6670

#ae6670

Complementary Color

#ae6670 #66aea4

#ae6670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6670 Color CSS Codes

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

#ae6670 Text Font Color

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

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


#ae6670 Background Color

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

This div background color is #ae6670


#ae6670 Border Color

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

This div border color is #ae6670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6670


Comments

No comments written yet.

Please login to write comment.