Color Hex Logo

#ae6988 Color Hex

#AE6988
(174,105,136)
0 Favorites   0 Comments

Color spaces of #ae6988

RGB 174105136
HSL0.930.300.55
HSV333°40°68°
CMYK 0.000.400.22   0.32
XYZ26.951120.879425.9022
Yxy20.87940.36550.2832
Hunter Lab45.694025.3179-1.6235
CIE-Lab52.817331.8593-5.2736

#ae6988 color RGB value is (174,105,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101001 10001000
Octal 256 151 210
Decimal 174 105 136
Hex AE 69 88

RGB Percentages of Color #ae6988

%41.93
%25.30
%32.77

CMYK Percentages of Color #ae6988

%0
%40
%22
%32

Triadic Colors of #ae6988

#ae6988 #88ae69 #6988ae

Analogous Colors of #ae6988

#ae6988 #ae6d69 #ae69ab

Monochromatic Colors of #ae6988

#ae6988

Complementary Color

#ae6988 #69ae8f

#ae6988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6988 Color CSS Codes

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

#ae6988 Text Font Color

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

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


#ae6988 Background Color

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

This div background color is #ae6988


#ae6988 Border Color

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

This div border color is #ae6988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6988


Comments

No comments written yet.

Please login to write comment.