Color Hex Logo

#ae0185 Color Hex

#AE0185
(174,1,133)
0 Favorites   0 Comments

Color spaces of #ae0185

RGB 1741133
HSL0.870.990.34
HSV314°99°68°
CMYK 0.000.990.24   0.32
XYZ21.700110.713823.1146
Yxy10.71380.39080.1929
Hunter Lab32.731961.0582-18.9570
CIE-Lab39.094268.1188-24.3187

#ae0185 color RGB value is (174,1,133).

#ae0185 hex color red value is 174, green value is 1 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #ae0185 hue: 0.87 , saturation: 0.99 and the lightness value of ae0185 is 0.34.

The process color (four color CMYK) of #ae0185 color hex is 0.00, 0.99, 0.24, 0.32. Web safe color of #ae0185 is #990099. Color #ae0185 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000001 10000101
Octal 256 1 205
Decimal 174 1 133
Hex AE 1 85

RGB Percentages of Color #ae0185

%56.49
%0.32
%43.18

CMYK Percentages of Color #ae0185

%0
%99
%24
%32

Triadic Colors of #ae0185

#ae0185 #85ae01 #0185ae

Analogous Colors of #ae0185

#ae0185 #ae012e #8101ae

Monochromatic Colors of #ae0185

#ae0185

Complementary Color

#ae0185 #01ae2a

#ae0185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0185 Color CSS Codes

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

#ae0185 Text Font Color

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

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


#ae0185 Background Color

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

This div background color is #ae0185


#ae0185 Border Color

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

This div border color is #ae0185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0185


Comments

No comments written yet.

Please login to write comment.