Color Hex Logo

#ae47ba Color Hex

#AE47BA
(174,71,186)
0 Favorites   0 Comments

Color spaces of #ae47ba

RGB 17471186
HSL0.820.450.50
HSV294°62°73°
CMYK 0.060.620.00   0.27
XYZ28.571717.050348.2395
Yxy17.05030.30440.1817
Hunter Lab41.292051.2507-40.3613
CIE-Lab48.323457.6859-41.5653

#ae47ba color RGB value is (174,71,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000111 10111010
Octal 256 107 272
Decimal 174 71 186
Hex AE 47 BA

RGB Percentages of Color #ae47ba

%40.37
%16.47
%43.16

CMYK Percentages of Color #ae47ba

%6
%62
%0
%27

Triadic Colors of #ae47ba

#ae47ba #baae47 #47baae

Analogous Colors of #ae47ba

#ae47ba #ba478d #7547ba

Monochromatic Colors of #ae47ba

#ae47ba

Complementary Color

#ae47ba #53ba47

#ae47ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae47ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae47ba Color CSS Codes

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

#ae47ba Text Font Color

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

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


#ae47ba Background Color

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

This div background color is #ae47ba


#ae47ba Border Color

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

This div border color is #ae47ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae47ba


Comments

No comments written yet.

Please login to write comment.