Color Hex Logo

#ae185f Color Hex

#AE185F
(174,24,95)
0 Favorites   0 Comments

Color spaces of #ae185f

RGB 1742495
HSL0.920.760.39
HSV332°86°68°
CMYK 0.000.860.45   0.32
XYZ19.847810.478211.8029
Yxy10.47820.47110.2487
Hunter Lab32.370052.80031.0405
CIE-Lab38.687460.9175-1.0729

#ae185f color RGB value is (174,24,95).

#ae185f hex color red value is 174, green value is 24 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ae185f hue: 0.92 , saturation: 0.76 and the lightness value of ae185f is 0.39.

The process color (four color CMYK) of #ae185f color hex is 0.00, 0.86, 0.45, 0.32. Web safe color of #ae185f is #990066. Color #ae185f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00011000 01011111
Octal 256 30 137
Decimal 174 24 95
Hex AE 18 5F

RGB Percentages of Color #ae185f

%59.39
%8.19
%32.42

CMYK Percentages of Color #ae185f

%0
%86
%45
%32

Triadic Colors of #ae185f

#ae185f #5fae18 #185fae

Analogous Colors of #ae185f

#ae185f #ae1c18 #ae18aa

Monochromatic Colors of #ae185f

#ae185f

Complementary Color

#ae185f #18ae67

#ae185f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae185f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae185f Color CSS Codes

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

#ae185f Text Font Color

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

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


#ae185f Background Color

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

This div background color is #ae185f


#ae185f Border Color

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

This div border color is #ae185f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae185f


Comments

No comments written yet.

Please login to write comment.