Color Hex Logo

#ae6271 Color Hex

#AE6271
(174,98,113)
0 Favorites   0 Comments

Color spaces of #ae6271

RGB 17498113
HSL0.970.320.53
HSV348°44°68°
CMYK 0.000.440.35   0.32
XYZ24.803918.926317.9686
Yxy18.92630.40200.3068
Hunter Lab43.504425.63875.9645
CIE-Lab50.600932.44675.1270

#ae6271 color RGB value is (174,98,113).

#ae6271 hex color red value is 174, green value is 98 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #ae6271 hue: 0.97 , saturation: 0.32 and the lightness value of ae6271 is 0.53.

The process color (four color CMYK) of #ae6271 color hex is 0.00, 0.44, 0.35, 0.32. Web safe color of #ae6271 is #996666. Color #ae6271 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100010 01110001
Octal 256 142 161
Decimal 174 98 113
Hex AE 62 71

RGB Percentages of Color #ae6271

%45.19
%25.45
%29.35

CMYK Percentages of Color #ae6271

%0
%44
%35
%32

Triadic Colors of #ae6271

#ae6271 #71ae62 #6271ae

Analogous Colors of #ae6271

#ae6271 #ae7962 #ae6297

Monochromatic Colors of #ae6271

#ae6271

Complementary Color

#ae6271 #62ae9f

#ae6271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6271 Color CSS Codes

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

#ae6271 Text Font Color

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

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


#ae6271 Background Color

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

This div background color is #ae6271


#ae6271 Border Color

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

This div border color is #ae6271


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6271


Comments

No comments written yet.

Please login to write comment.