Color Hex Logo

#ae226b Color Hex

#AE226B
(174,34,107)
0 Favorites   0 Comments

Color spaces of #ae226b

RGB 17434107
HSL0.910.670.41
HSV329°80°68°
CMYK 0.000.800.39   0.32
XYZ20.681411.204314.9825
Yxy11.20430.44130.2391
Hunter Lab33.472851.7099-3.1073
CIE-Lab39.922559.6898-6.8355

#ae226b color RGB value is (174,34,107).

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

The process color (four color CMYK) of #ae226b color hex is 0.00, 0.80, 0.39, 0.32. Web safe color of #ae226b is #993366. Color #ae226b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100010 01101011
Octal 256 42 153
Decimal 174 34 107
Hex AE 22 6B

RGB Percentages of Color #ae226b

%55.24
%10.79
%33.97

CMYK Percentages of Color #ae226b

%0
%80
%39
%32

Triadic Colors of #ae226b

#ae226b #6bae22 #226bae

Analogous Colors of #ae226b

#ae226b #ae2225 #ab22ae

Monochromatic Colors of #ae226b

#ae226b

Complementary Color

#ae226b #22ae65

#ae226b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae226b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae226b Color CSS Codes

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

#ae226b Text Font Color

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

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


#ae226b Background Color

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

This div background color is #ae226b


#ae226b Border Color

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

This div border color is #ae226b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae226b


Comments

No comments written yet.

Please login to write comment.