Color Hex Logo

#ae4baf Color Hex

#AE4BAF
(174,75,175)
0 Favorites   0 Comments

Color spaces of #ae4baf

RGB 17475175
HSL0.830.400.49
HSV299°57°69°
CMYK 0.010.570.00   0.31
XYZ27.709517.126042.4026
Yxy17.12600.31760.1963
Hunter Lab41.383647.0983-31.7815
CIE-Lab48.418453.8725-34.9858

#ae4baf color RGB value is (174,75,175).

#ae4baf hex color red value is 174, green value is 75 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ae4baf hue: 0.83 , saturation: 0.40 and the lightness value of ae4baf is 0.49.

The process color (four color CMYK) of #ae4baf color hex is 0.01, 0.57, 0.00, 0.31. Web safe color of #ae4baf is #993399. Color #ae4baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01001011 10101111
Octal 256 113 257
Decimal 174 75 175
Hex AE 4B AF

RGB Percentages of Color #ae4baf

%41.04
%17.69
%41.27

CMYK Percentages of Color #ae4baf

%1
%57
%0
%31

Triadic Colors of #ae4baf

#ae4baf #afae4b #4bafae

Analogous Colors of #ae4baf

#ae4baf #af4b7e #7c4baf

Monochromatic Colors of #ae4baf

#ae4baf

Complementary Color

#ae4baf #4caf4b

#ae4baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4baf Color CSS Codes

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

#ae4baf Text Font Color

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

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


#ae4baf Background Color

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

This div background color is #ae4baf


#ae4baf Border Color

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

This div border color is #ae4baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4baf


Comments

No comments written yet.

Please login to write comment.