Color Hex Logo

#ae14bd Color Hex

#AE14BD
(174,20,189)
0 Favorites   0 Comments

Color spaces of #ae14bd

RGB 17420189
HSL0.820.810.41
HSV295°89°74°
CMYK 0.080.890.00   0.26
XYZ26.891013.173149.2695
Yxy13.17310.30100.1475
Hunter Lab36.294868.7358-55.0788
CIE-Lab43.022973.8319-51.7815

#ae14bd color RGB value is (174,20,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010100 10111101
Octal 256 24 275
Decimal 174 20 189
Hex AE 14 BD

RGB Percentages of Color #ae14bd

%45.43
%5.22
%49.35

CMYK Percentages of Color #ae14bd

%8
%89
%0
%26

Triadic Colors of #ae14bd

#ae14bd #bdae14 #14bdae

Analogous Colors of #ae14bd

#ae14bd #bd1478 #5914bd

Monochromatic Colors of #ae14bd

#ae14bd

Complementary Color

#ae14bd #23bd14

#ae14bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae14bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae14bd Color CSS Codes

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

#ae14bd Text Font Color

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

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


#ae14bd Background Color

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

This div background color is #ae14bd


#ae14bd Border Color

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

This div border color is #ae14bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae14bd


Comments

No comments written yet.

Please login to write comment.