Color Hex Logo

#ae05bd Color Hex

#AE05BD
(174,5,189)
0 Favorites   0 Comments

Color spaces of #ae05bd

RGB 1745189
HSL0.820.950.38
HSV295°97°74°
CMYK 0.080.970.00   0.26
XYZ26.695112.781349.2042
Yxy12.78130.30100.1441
Hunter Lab35.750970.7211-56.5755
CIE-Lab42.431975.5806-52.7327

#ae05bd color RGB value is (174,5,189).

#ae05bd hex color red value is 174, green value is 5 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ae05bd hue: 0.82 , saturation: 0.95 and the lightness value of ae05bd is 0.38.

The process color (four color CMYK) of #ae05bd color hex is 0.08, 0.97, 0.00, 0.26. Web safe color of #ae05bd is #9900cc. Color #ae05bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000101 10111101
Octal 256 5 275
Decimal 174 5 189
Hex AE 5 BD

RGB Percentages of Color #ae05bd

%47.28
%1.36
%51.36

CMYK Percentages of Color #ae05bd

%8
%97
%0
%26

Triadic Colors of #ae05bd

#ae05bd #bdae05 #05bdae

Analogous Colors of #ae05bd

#ae05bd #bd0570 #5205bd

Monochromatic Colors of #ae05bd

#ae05bd

Complementary Color

#ae05bd #14bd05

#ae05bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae05bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae05bd Color CSS Codes

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

#ae05bd Text Font Color

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

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


#ae05bd Background Color

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

This div background color is #ae05bd


#ae05bd Border Color

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

This div border color is #ae05bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae05bd


Comments

No comments written yet.

Please login to write comment.