color codes Logo

#ae0c9f color codes

#AE0C9F
(174,12,159)
0 Favorites   0 Comments

Color spaces of #ae0c9f

RGB 17412159
HSL0.850.870.36
HSV306°93°68°
CMYK 0.000.930.09   0.32
XYZ23.845011.764833.8150
Yxy11.76480.34350.1695
Hunter Lab34.299964.0671-34.4420
CIE-Lab40.839870.3484-37.4401

#ae0c9f color RGB value is (174,12,159).

#ae0c9f hex color red value is 174, green value is 12 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #ae0c9f hue: 0.85 , saturation: 0.87 and the lightness value of ae0c9f is 0.36.

The process color (four color CMYK) of #ae0c9f color code is 0.00, 0.93, 0.09, 0.32. Web safe color of #ae0c9f is #990099. Color #ae0c9f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001100 10011111
Octal 256 14 237
Decimal 174 12 159
Hex AE C 9F

RGB Percentages of Color #ae0c9f

%50.43
%3.48
%46.09

CMYK Percentages of Color #ae0c9f

%0
%93
%9
%32

Triadic Colors of #ae0c9f

#ae0c9f #9fae0c #0c9fae

Analogous Colors of #ae0c9f

#ae0c9f #ae0c4e #6c0cae

Monochromatic Colors of #ae0c9f

#ae0c9f

Complementary Color

#ae0c9f #0cae1b

#ae0c9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0c9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0c9f Color CSS Codes

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

#ae0c9f Text Font Color

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

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


#ae0c9f Background Color

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

This div background color is #ae0c9f


#ae0c9f Border Color

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

This div border color is #ae0c9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0c9f

#ae0c9f Color Palettes


Comments

No comments written yet.

Please login to write comment.