Color Hex Logo

#ae2272 Color Hex

#AE2272
(174,34,114)
0 Favorites   0 Comments

Color spaces of #ae2272

RGB 17434114
HSL0.900.670.41
HSV326°80°68°
CMYK 0.000.800.34   0.32
XYZ21.064811.357617.0016
Yxy11.35760.42620.2298
Hunter Lab33.701052.5944-6.3201
CIE-Lab40.176360.4425-10.8420

#ae2272 color RGB value is (174,34,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100010 01110010
Octal 256 42 162
Decimal 174 34 114
Hex AE 22 72

RGB Percentages of Color #ae2272

%54.04
%10.56
%35.40

CMYK Percentages of Color #ae2272

%0
%80
%34
%32

Triadic Colors of #ae2272

#ae2272 #72ae22 #2272ae

Analogous Colors of #ae2272

#ae2272 #ae222c #a422ae

Monochromatic Colors of #ae2272

#ae2272

Complementary Color

#ae2272 #22ae5e

#ae2272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2272 Color CSS Codes

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

#ae2272 Text Font Color

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

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


#ae2272 Background Color

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

This div background color is #ae2272


#ae2272 Border Color

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

This div border color is #ae2272


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2272


Comments

No comments written yet.

Please login to write comment.