Color Hex Logo

#ae36bd Color Hex

#AE36BD
(174,54,189)
0 Favorites   0 Comments

Color spaces of #ae36bd

RGB 17454189
HSL0.810.560.48
HSV293°71°74°
CMYK 0.080.710.00   0.26
XYZ27.960015.311149.6258
Yxy15.31110.30100.1648
Hunter Lab39.129459.0711-47.8039
CIE-Lab46.057465.0454-46.9189

#ae36bd color RGB value is (174,54,189).

#ae36bd hex color red value is 174, green value is 54 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ae36bd hue: 0.81 , saturation: 0.56 and the lightness value of ae36bd is 0.48.

The process color (four color CMYK) of #ae36bd color hex is 0.08, 0.71, 0.00, 0.26. Web safe color of #ae36bd is #9933cc. Color #ae36bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110110 10111101
Octal 256 66 275
Decimal 174 54 189
Hex AE 36 BD

RGB Percentages of Color #ae36bd

%41.73
%12.95
%45.32

CMYK Percentages of Color #ae36bd

%8
%71
%0
%26

Triadic Colors of #ae36bd

#ae36bd #bdae36 #36bdae

Analogous Colors of #ae36bd

#ae36bd #bd3689 #6b36bd

Monochromatic Colors of #ae36bd

#ae36bd

Complementary Color

#ae36bd #45bd36

#ae36bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae36bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae36bd Color CSS Codes

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

#ae36bd Text Font Color

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

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


#ae36bd Background Color

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

This div background color is #ae36bd


#ae36bd Border Color

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

This div border color is #ae36bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae36bd


Comments

No comments written yet.

Please login to write comment.