Color Hex Logo

#ae5fbe Color Hex

#AE5FBE
(174,95,190)
0 Favorites   0 Comments

Color spaces of #ae5fbe

RGB 17495190
HSL0.810.420.56
HSV290°50°75°
CMYK 0.080.500.00   0.25
XYZ30.842020.900851.1239
Yxy20.90080.29980.2032
Hunter Lab45.717440.4148-34.2994
CIE-Lab52.840846.8607-36.7569

#ae5fbe color RGB value is (174,95,190).

#ae5fbe hex color red value is 174, green value is 95 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ae5fbe hue: 0.81 , saturation: 0.42 and the lightness value of ae5fbe is 0.56.

The process color (four color CMYK) of #ae5fbe color hex is 0.08, 0.50, 0.00, 0.25. Web safe color of #ae5fbe is #9966cc. Color #ae5fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01011111 10111110
Octal 256 137 276
Decimal 174 95 190
Hex AE 5F BE

RGB Percentages of Color #ae5fbe

%37.91
%20.70
%41.39

CMYK Percentages of Color #ae5fbe

%8
%50
%0
%25

Triadic Colors of #ae5fbe

#ae5fbe #beae5f #5fbeae

Analogous Colors of #ae5fbe

#ae5fbe #be5f9f #7f5fbe

Monochromatic Colors of #ae5fbe

#ae5fbe

Complementary Color

#ae5fbe #6fbe5f

#ae5fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae5fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae5fbe Color CSS Codes

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

#ae5fbe Text Font Color

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

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


#ae5fbe Background Color

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

This div background color is #ae5fbe


#ae5fbe Border Color

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

This div border color is #ae5fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae5fbe


Comments

No comments written yet.

Please login to write comment.