Color Hex Logo

#ae5cbe Color Hex

#AE5CBE
(174,92,190)
0 Favorites   0 Comments

Color spaces of #ae5cbe

RGB 17492190
HSL0.810.430.55
HSV290°52°75°
CMYK 0.080.520.00   0.25
XYZ30.577020.370751.0355
Yxy20.37070.29980.1997
Hunter Lab45.133941.9446-35.4489
CIE-Lab52.253848.4039-37.6793

#ae5cbe color RGB value is (174,92,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01011100 10111110
Octal 256 134 276
Decimal 174 92 190
Hex AE 5C BE

RGB Percentages of Color #ae5cbe

%38.16
%20.18
%41.67

CMYK Percentages of Color #ae5cbe

%8
%52
%0
%25

Triadic Colors of #ae5cbe

#ae5cbe #beae5c #5cbeae

Analogous Colors of #ae5cbe

#ae5cbe #be5c9d #7d5cbe

Monochromatic Colors of #ae5cbe

#ae5cbe

Complementary Color

#ae5cbe #6cbe5c

#ae5cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae5cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae5cbe Color CSS Codes

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

#ae5cbe Text Font Color

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

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


#ae5cbe Background Color

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

This div background color is #ae5cbe


#ae5cbe Border Color

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

This div border color is #ae5cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae5cbe


Comments

No comments written yet.

Please login to write comment.