color codes Logo

#ae57fb color codes

#AE57FB
(174,87,251)
0 Favorites   0 Comments

Color spaces of #ae57fb

RGB 17487251
HSL0.760.950.66
HSV272°65°98°
CMYK 0.310.650.00   0.02
XYZ38.276322.780193.6464
Yxy22.78010.24740.1473
Hunter Lab47.728559.6248-82.9209
CIE-Lab54.845163.8662-68.0517

#ae57fb color RGB value is (174,87,251).

#ae57fb hex color red value is 174, green value is 87 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ae57fb hue: 0.76 , saturation: 0.95 and the lightness value of ae57fb is 0.66.

The process color (four color CMYK) of #ae57fb color code is 0.31, 0.65, 0.00, 0.02. Web safe color of #ae57fb is #9966ff. Color #ae57fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010111 11111011
Octal 256 127 373
Decimal 174 87 251
Hex AE 57 FB

RGB Percentages of Color #ae57fb

%33.98
%16.99
%49.02

CMYK Percentages of Color #ae57fb

%31
%65
%0
%2

Triadic Colors of #ae57fb

#ae57fb #fbae57 #57fbae

Analogous Colors of #ae57fb

#ae57fb #fb57f6 #5c57fb

Monochromatic Colors of #ae57fb

#ae57fb

Complementary Color

#ae57fb #a4fb57

#ae57fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae57fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae57fb Color CSS Codes

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

#ae57fb Text Font Color

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

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


#ae57fb Background Color

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

This div background color is #ae57fb


#ae57fb Border Color

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

This div border color is #ae57fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae57fb


Comments

No comments written yet.

Please login to write comment.