color codes Logo

#ae56bf color codes

#AE56BF
(174,86,191)
0 Favorites   0 Comments

Color spaces of #ae56bf

RGB 17486191
HSL0.810.450.54
HSV290°55°75°
CMYK 0.090.550.00   0.25
XYZ30.187319.415851.4468
Yxy19.41580.29870.1921
Hunter Lab44.063445.1774-38.3805
CIE-Lab51.170251.6129-39.9638

#ae56bf color RGB value is (174,86,191).

#ae56bf hex color red value is 174, green value is 86 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ae56bf hue: 0.81 , saturation: 0.45 and the lightness value of ae56bf is 0.54.

The process color (four color CMYK) of #ae56bf color code is 0.09, 0.55, 0.00, 0.25. Web safe color of #ae56bf is #9966cc. Color #ae56bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010110 10111111
Octal 256 126 277
Decimal 174 86 191
Hex AE 56 BF

RGB Percentages of Color #ae56bf

%38.58
%19.07
%42.35

CMYK Percentages of Color #ae56bf

%9
%55
%0
%25

Triadic Colors of #ae56bf

#ae56bf #bfae56 #56bfae

Analogous Colors of #ae56bf

#ae56bf #bf569c #7a56bf

Monochromatic Colors of #ae56bf

#ae56bf

Complementary Color

#ae56bf #67bf56

#ae56bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae56bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae56bf Color CSS Codes

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

#ae56bf Text Font Color

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

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


#ae56bf Background Color

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

This div background color is #ae56bf


#ae56bf Border Color

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

This div border color is #ae56bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae56bf


Comments

No comments written yet.

Please login to write comment.