Color Hex Logo

#ae608f Color Hex

#AE608F
(174,96,143)
0 Favorites   0 Comments

Color spaces of #ae608f

RGB 17496143
HSL0.900.330.53
HSV324°45°68°
CMYK 0.000.450.18   0.32
XYZ26.596419.347628.3193
Yxy19.34760.35810.2605
Hunter Lab43.985930.9560-7.3823
CIE-Lab51.091437.8508-11.9898

#ae608f color RGB value is (174,96,143).

#ae608f hex color red value is 174, green value is 96 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ae608f hue: 0.90 , saturation: 0.33 and the lightness value of ae608f is 0.53.

The process color (four color CMYK) of #ae608f color hex is 0.00, 0.45, 0.18, 0.32. Web safe color of #ae608f is #996699. Color #ae608f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100000 10001111
Octal 256 140 217
Decimal 174 96 143
Hex AE 60 8F

RGB Percentages of Color #ae608f

%42.13
%23.24
%34.62

CMYK Percentages of Color #ae608f

%0
%45
%18
%32

Triadic Colors of #ae608f

#ae608f #8fae60 #608fae

Analogous Colors of #ae608f

#ae608f #ae6068 #a660ae

Monochromatic Colors of #ae608f

#ae608f

Complementary Color

#ae608f #60ae7f

#ae608f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae608f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae608f Color CSS Codes

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

#ae608f Text Font Color

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

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


#ae608f Background Color

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

This div background color is #ae608f


#ae608f Border Color

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

This div border color is #ae608f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae608f


Comments

No comments written yet.

Please login to write comment.