Color Hex Logo

#ae71bd Color Hex

#AE71BD
(174,113,189)
0 Favorites   0 Comments

Color spaces of #ae71bd

RGB 174113189
HSL0.800.370.59
HSV288°40°74°
CMYK 0.080.400.00   0.26
XYZ32.546024.483051.1545
Yxy24.48300.30080.2263
Hunter Lab49.480330.8191-26.6599
CIE-Lab56.568237.0088-30.3613

#ae71bd color RGB value is (174,113,189).

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

The process color (four color CMYK) of #ae71bd color hex is 0.08, 0.40, 0.00, 0.26. Web safe color of #ae71bd is #9966cc. Color #ae71bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110001 10111101
Octal 256 161 275
Decimal 174 113 189
Hex AE 71 BD

RGB Percentages of Color #ae71bd

%36.55
%23.74
%39.71

CMYK Percentages of Color #ae71bd

%8
%40
%0
%26

Triadic Colors of #ae71bd

#ae71bd #bdae71 #71bdae

Analogous Colors of #ae71bd

#ae71bd #bd71a6 #8871bd

Monochromatic Colors of #ae71bd

#ae71bd

Complementary Color

#ae71bd #80bd71

#ae71bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae71bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae71bd Color CSS Codes

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

#ae71bd Text Font Color

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

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


#ae71bd Background Color

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

This div background color is #ae71bd


#ae71bd Border Color

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

This div border color is #ae71bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae71bd


Comments

No comments written yet.

Please login to write comment.