Color Hex Logo

#ae54ba Color Hex

#AE54BA
(174,84,186)
0 Favorites   0 Comments

Color spaces of #ae54ba

RGB 17484186
HSL0.810.430.53
HSV293°55°73°
CMYK 0.060.550.00   0.27
XYZ29.488818.884548.5452
Yxy18.88450.30430.1948
Hunter Lab43.456345.0789-35.8137
CIE-Lab50.551851.6265-38.0445

#ae54ba color RGB value is (174,84,186).

#ae54ba hex color red value is 174, green value is 84 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ae54ba hue: 0.81 , saturation: 0.43 and the lightness value of ae54ba is 0.53.

The process color (four color CMYK) of #ae54ba color hex is 0.06, 0.55, 0.00, 0.27. Web safe color of #ae54ba is #9966cc. Color #ae54ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010100 10111010
Octal 256 124 272
Decimal 174 84 186
Hex AE 54 BA

RGB Percentages of Color #ae54ba

%39.19
%18.92
%41.89

CMYK Percentages of Color #ae54ba

%6
%55
%0
%27

Triadic Colors of #ae54ba

#ae54ba #baae54 #54baae

Analogous Colors of #ae54ba

#ae54ba #ba5493 #7b54ba

Monochromatic Colors of #ae54ba

#ae54ba

Complementary Color

#ae54ba #60ba54

#ae54ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae54ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae54ba Color CSS Codes

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

#ae54ba Text Font Color

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

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


#ae54ba Background Color

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

This div background color is #ae54ba


#ae54ba Border Color

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

This div border color is #ae54ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae54ba


Comments

No comments written yet.

Please login to write comment.