color codes Logo

#ae5abf color codes

#AE5ABF
(174,90,191)
0 Favorites   0 Comments

Color spaces of #ae5abf

RGB 17490191
HSL0.810.440.55
HSV290°53°75°
CMYK 0.090.530.00   0.25
XYZ30.515720.072651.5563
Yxy20.07260.29880.1965
Hunter Lab44.802543.1750-36.8661
CIE-Lab51.919249.6169-38.7828

#ae5abf color RGB value is (174,90,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01011010 10111111
Octal 256 132 277
Decimal 174 90 191
Hex AE 5A BF

RGB Percentages of Color #ae5abf

%38.24
%19.78
%41.98

CMYK Percentages of Color #ae5abf

%9
%53
%0
%25

Triadic Colors of #ae5abf

#ae5abf #bfae5a #5abfae

Analogous Colors of #ae5abf

#ae5abf #bf5a9e #7c5abf

Monochromatic Colors of #ae5abf

#ae5abf

Complementary Color

#ae5abf #6bbf5a

#ae5abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae5abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae5abf Color CSS Codes

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

#ae5abf Text Font Color

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

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


#ae5abf Background Color

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

This div background color is #ae5abf


#ae5abf Border Color

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

This div border color is #ae5abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae5abf


Comments

No comments written yet.

Please login to write comment.