Color Hex Logo

#ae71bf Color Hex

#AE71BF
(174,113,191)
0 Favorites   0 Comments

Color spaces of #ae71bf

RGB 174113191
HSL0.800.380.60
HSV287°41°75°
CMYK 0.090.410.00   0.25
XYZ32.764724.570552.3059
Yxy24.57050.29880.2241
Hunter Lab49.568631.2428-27.8660
CIE-Lab56.654537.4184-31.3703

#ae71bf color RGB value is (174,113,191).

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

The process color (four color CMYK) of #ae71bf color hex is 0.09, 0.41, 0.00, 0.25. Web safe color of #ae71bf is #9966cc. Color #ae71bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110001 10111111
Octal 256 161 277
Decimal 174 113 191
Hex AE 71 BF

RGB Percentages of Color #ae71bf

%36.40
%23.64
%39.96

CMYK Percentages of Color #ae71bf

%9
%41
%0
%25

Triadic Colors of #ae71bf

#ae71bf #bfae71 #71bfae

Analogous Colors of #ae71bf

#ae71bf #bf71a9 #8771bf

Monochromatic Colors of #ae71bf

#ae71bf

Complementary Color

#ae71bf #82bf71

#ae71bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae71bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae71bf Color CSS Codes

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

#ae71bf Text Font Color

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

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


#ae71bf Background Color

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

This div background color is #ae71bf


#ae71bf Border Color

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

This div border color is #ae71bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,113,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ae71bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae71bf


Comments

No comments written yet.

Please login to write comment.