Color Hex Logo

#ae6984 Color Hex

#AE6984
(174,105,132)
0 Favorites   0 Comments

Color spaces of #ae6984

RGB 174105132
HSL0.930.300.55
HSV337°40°68°
CMYK 0.000.400.24   0.32
XYZ26.672020.767824.4326
Yxy20.76780.37110.2890
Hunter Lab45.571724.72120.1127
CIE-Lab52.694431.2509-3.0959

#ae6984 color RGB value is (174,105,132).

#ae6984 hex color red value is 174, green value is 105 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #ae6984 hue: 0.93 , saturation: 0.30 and the lightness value of ae6984 is 0.55.

The process color (four color CMYK) of #ae6984 color hex is 0.00, 0.40, 0.24, 0.32. Web safe color of #ae6984 is #996699. Color #ae6984 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101001 10000100
Octal 256 151 204
Decimal 174 105 132
Hex AE 69 84

RGB Percentages of Color #ae6984

%42.34
%25.55
%32.12

CMYK Percentages of Color #ae6984

%0
%40
%24
%32

Triadic Colors of #ae6984

#ae6984 #84ae69 #6984ae

Analogous Colors of #ae6984

#ae6984 #ae7169 #ae69a7

Monochromatic Colors of #ae6984

#ae6984

Complementary Color

#ae6984 #69ae93

#ae6984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6984 Color CSS Codes

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

#ae6984 Text Font Color

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

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


#ae6984 Background Color

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

This div background color is #ae6984


#ae6984 Border Color

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

This div border color is #ae6984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6984


Comments

No comments written yet.

Please login to write comment.