Color Hex Logo

#ae44ba Color Hex

#AE44BA
(174,68,186)
0 Favorites   0 Comments

Color spaces of #ae44ba

RGB 17468186
HSL0.820.460.50
HSV294°63°73°
CMYK 0.060.630.00   0.27
XYZ28.385616.678148.1775
Yxy16.67810.30440.1789
Hunter Lab40.838852.6010-41.3571
CIE-Lab47.851958.9894-42.3128

#ae44ba color RGB value is (174,68,186).

#ae44ba hex color red value is 174, green value is 68 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ae44ba hue: 0.82 , saturation: 0.46 and the lightness value of ae44ba is 0.50.

The process color (four color CMYK) of #ae44ba color hex is 0.06, 0.63, 0.00, 0.27. Web safe color of #ae44ba is #9933cc. Color #ae44ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000100 10111010
Octal 256 104 272
Decimal 174 68 186
Hex AE 44 BA

RGB Percentages of Color #ae44ba

%40.65
%15.89
%43.46

CMYK Percentages of Color #ae44ba

%6
%63
%0
%27

Triadic Colors of #ae44ba

#ae44ba #baae44 #44baae

Analogous Colors of #ae44ba

#ae44ba #ba448b #7344ba

Monochromatic Colors of #ae44ba

#ae44ba

Complementary Color

#ae44ba #50ba44

#ae44ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae44ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae44ba Color CSS Codes

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

#ae44ba Text Font Color

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

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


#ae44ba Background Color

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

This div background color is #ae44ba


#ae44ba Border Color

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

This div border color is #ae44ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae44ba


Comments

No comments written yet.

Please login to write comment.