Color Hex Logo

#ae36ba Color Hex

#AE36BA
(174,54,186)
0 Favorites   0 Comments

Color spaces of #ae36ba

RGB 17454186
HSL0.820.550.47
HSV295°71°73°
CMYK 0.060.710.00   0.27
XYZ27.637715.182247.9282
Yxy15.18220.30460.1673
Hunter Lab38.964358.4238-45.6548
CIE-Lab45.882764.5155-45.4445

#ae36ba color RGB value is (174,54,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110110 10111010
Octal 256 66 272
Decimal 174 54 186
Hex AE 36 BA

RGB Percentages of Color #ae36ba

%42.03
%13.04
%44.93

CMYK Percentages of Color #ae36ba

%6
%71
%0
%27

Triadic Colors of #ae36ba

#ae36ba #baae36 #36baae

Analogous Colors of #ae36ba

#ae36ba #ba3684 #6c36ba

Monochromatic Colors of #ae36ba

#ae36ba

Complementary Color

#ae36ba #42ba36

#ae36ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae36ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae36ba Color CSS Codes

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

#ae36ba Text Font Color

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

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


#ae36ba Background Color

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

This div background color is #ae36ba


#ae36ba Border Color

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

This div border color is #ae36ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae36ba


Comments

No comments written yet.

Please login to write comment.