Color Hex Logo

#ae8cbe Color Hex

#AE8CBE
(174,140,190)
0 Favorites   0 Comments

Color spaces of #ae8cbe

RGB 174140190
HSL0.780.280.65
HSV281°26°75°
CMYK 0.080.260.00   0.25
XYZ36.127931.472552.8859
Yxy31.47250.29990.2612
Hunter Lab56.100416.7761-16.6225
CIE-Lab62.904522.0858-21.1713

#ae8cbe color RGB value is (174,140,190).

#ae8cbe hex color red value is 174, green value is 140 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ae8cbe hue: 0.78 , saturation: 0.28 and the lightness value of ae8cbe is 0.65.

The process color (four color CMYK) of #ae8cbe color hex is 0.08, 0.26, 0.00, 0.25. Web safe color of #ae8cbe is #9999cc. Color #ae8cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001100 10111110
Octal 256 214 276
Decimal 174 140 190
Hex AE 8C BE

RGB Percentages of Color #ae8cbe

%34.52
%27.78
%37.70

CMYK Percentages of Color #ae8cbe

%8
%26
%0
%25

Triadic Colors of #ae8cbe

#ae8cbe #beae8c #8cbeae

Analogous Colors of #ae8cbe

#ae8cbe #be8cb5 #958cbe

Monochromatic Colors of #ae8cbe

#ae8cbe

Complementary Color

#ae8cbe #9cbe8c

#ae8cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8cbe Color CSS Codes

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

#ae8cbe Text Font Color

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

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


#ae8cbe Background Color

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

This div background color is #ae8cbe


#ae8cbe Border Color

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

This div border color is #ae8cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8cbe


Comments

No comments written yet.

Please login to write comment.