Color Hex Logo

#ae009b Color Hex

#AE009B
(174,0,155)
0 Favorites   0 Comments

Color spaces of #ae009b

RGB 1740155
HSL0.851.000.34
HSV307°100°68°
CMYK 0.001.000.11   0.32
XYZ23.372011.365231.9722
Yxy11.36520.35040.1704
Hunter Lab33.712364.7536-32.6310
CIE-Lab40.188971.0552-36.0560

#ae009b color RGB value is (174,0,155).

#ae009b hex color red value is 174, green value is 0 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ae009b hue: 0.85 , saturation: 1.00 and the lightness value of ae009b is 0.34.

The process color (four color CMYK) of #ae009b color hex is 0.00, 1.00, 0.11, 0.32. Web safe color of #ae009b is #990099. Color #ae009b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000000 10011011
Octal 256 0 233
Decimal 174 0 155
Hex AE 0 9B

RGB Percentages of Color #ae009b

%52.89
%0.00
%47.11

CMYK Percentages of Color #ae009b

%0
%100
%11
%32

Triadic Colors of #ae009b

#ae009b #9bae00 #009bae

Analogous Colors of #ae009b

#ae009b #ae0044 #6a00ae

Monochromatic Colors of #ae009b

#ae009b

Complementary Color

#ae009b #00ae13

#ae009b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae009b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae009b Color CSS Codes

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

#ae009b Text Font Color

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

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


#ae009b Background Color

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

This div background color is #ae009b


#ae009b Border Color

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

This div border color is #ae009b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae009b


Comments

No comments written yet.

Please login to write comment.