Color Hex Logo

#ae229b Color Hex

#AE229B
(174,34,155)
0 Favorites   0 Comments

Color spaces of #ae229b

RGB 17434155
HSL0.860.670.41
HSV308°80°68°
CMYK 0.000.800.11   0.32
XYZ23.944012.509332.1629
Yxy12.50930.34900.1823
Hunter Lab35.368558.9473-29.1584
CIE-Lab42.014465.7215-33.1724

#ae229b color RGB value is (174,34,155).

#ae229b hex color red value is 174, green value is 34 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ae229b hue: 0.86 , saturation: 0.67 and the lightness value of ae229b is 0.41.

The process color (four color CMYK) of #ae229b color hex is 0.00, 0.80, 0.11, 0.32. Web safe color of #ae229b is #993399. Color #ae229b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100010 10011011
Octal 256 42 233
Decimal 174 34 155
Hex AE 22 9B

RGB Percentages of Color #ae229b

%47.93
%9.37
%42.70

CMYK Percentages of Color #ae229b

%0
%80
%11
%32

Triadic Colors of #ae229b

#ae229b #9bae22 #229bae

Analogous Colors of #ae229b

#ae229b #ae2255 #7b22ae

Monochromatic Colors of #ae229b

#ae229b

Complementary Color

#ae229b #22ae35

#ae229b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae229b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae229b Color CSS Codes

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

#ae229b Text Font Color

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

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


#ae229b Background Color

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

This div background color is #ae229b


#ae229b Border Color

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

This div border color is #ae229b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,34,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 #ae229b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae229b


Comments

No comments written yet.

Please login to write comment.