Color Hex Logo

#ae1fbe Color Hex

#AE1FBE
(174,31,190)
0 Favorites   0 Comments

Color spaces of #ae1fbe

RGB 17431190
HSL0.820.720.43
HSV294°84°75°
CMYK 0.080.840.00   0.25
XYZ27.239813.696349.9232
Yxy13.69630.29980.1507
Hunter Lab37.008566.6185-54.0742
CIE-Lab43.794271.9205-51.1278

#ae1fbe color RGB value is (174,31,190).

#ae1fbe hex color red value is 174, green value is 31 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ae1fbe hue: 0.82 , saturation: 0.72 and the lightness value of ae1fbe is 0.43.

The process color (four color CMYK) of #ae1fbe color hex is 0.08, 0.84, 0.00, 0.25. Web safe color of #ae1fbe is #9933cc. Color #ae1fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00011111 10111110
Octal 256 37 276
Decimal 174 31 190
Hex AE 1F BE

RGB Percentages of Color #ae1fbe

%44.05
%7.85
%48.10

CMYK Percentages of Color #ae1fbe

%8
%84
%0
%25

Triadic Colors of #ae1fbe

#ae1fbe #beae1f #1fbeae

Analogous Colors of #ae1fbe

#ae1fbe #be1f7f #5f1fbe

Monochromatic Colors of #ae1fbe

#ae1fbe

Complementary Color

#ae1fbe #2fbe1f

#ae1fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae1fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae1fbe Color CSS Codes

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

#ae1fbe Text Font Color

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

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


#ae1fbe Background Color

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

This div background color is #ae1fbe


#ae1fbe Border Color

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

This div border color is #ae1fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae1fbe


Comments

No comments written yet.

Please login to write comment.