Color Hex Logo

#ae19bd Color Hex

#AE19BD
(174,25,189)
0 Favorites   0 Comments

Color spaces of #ae19bd

RGB 17425189
HSL0.820.770.42
HSV295°87°74°
CMYK 0.080.870.00   0.26
XYZ26.988513.368149.3020
Yxy13.36810.30100.1491
Hunter Lab36.562467.7753-54.3550
CIE-Lab43.312772.9789-51.3156

#ae19bd color RGB value is (174,25,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00011001 10111101
Octal 256 31 275
Decimal 174 25 189
Hex AE 19 BD

RGB Percentages of Color #ae19bd

%44.85
%6.44
%48.71

CMYK Percentages of Color #ae19bd

%8
%87
%0
%26

Triadic Colors of #ae19bd

#ae19bd #bdae19 #19bdae

Analogous Colors of #ae19bd

#ae19bd #bd197a #5c19bd

Monochromatic Colors of #ae19bd

#ae19bd

Complementary Color

#ae19bd #28bd19

#ae19bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae19bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae19bd Color CSS Codes

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

#ae19bd Text Font Color

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

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


#ae19bd Background Color

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

This div background color is #ae19bd


#ae19bd Border Color

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

This div border color is #ae19bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae19bd


Comments

No comments written yet.

Please login to write comment.