color codes Logo

#ae01bd color codes

#AE01BD
(174,1,189)
0 Favorites   0 Comments

Color spaces of #ae01bd

RGB 1741189
HSL0.820.990.37
HSV295°99°74°
CMYK 0.080.990.00   0.26
XYZ26.651712.694549.1897
Yxy12.69450.30100.1434
Hunter Lab35.629371.1714-56.9150
CIE-Lab42.299375.9745-52.9462

#ae01bd color RGB value is (174,1,189).

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

The process color (four color CMYK) of #ae01bd color code is 0.08, 0.99, 0.00, 0.26. Web safe color of #ae01bd is #9900cc. Color #ae01bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000001 10111101
Octal 256 1 275
Decimal 174 1 189
Hex AE 1 BD

RGB Percentages of Color #ae01bd

%47.80
%0.27
%51.92

CMYK Percentages of Color #ae01bd

%8
%99
%0
%26

Triadic Colors of #ae01bd

#ae01bd #bdae01 #01bdae

Analogous Colors of #ae01bd

#ae01bd #bd016e #5001bd

Monochromatic Colors of #ae01bd

#ae01bd

Complementary Color

#ae01bd #10bd01

#ae01bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae01bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae01bd Color CSS Codes

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

#ae01bd Text Font Color

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

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


#ae01bd Background Color

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

This div background color is #ae01bd


#ae01bd Border Color

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

This div border color is #ae01bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae01bd


Comments

No comments written yet.

Please login to write comment.