Color Hex Logo

#ae8cce Color Hex

#AE8CCE
(174,140,206)
0 Favorites   0 Comments

Color spaces of #ae8cce

RGB 174140206
HSL0.750.400.68
HSV271°32°81°
CMYK 0.160.320.00   0.19
XYZ37.974232.211162.6084
Yxy32.21110.28600.2426
Hunter Lab56.754820.1120-25.6767
CIE-Lab63.517025.5135-29.2127

#ae8cce color RGB value is (174,140,206).

#ae8cce hex color red value is 174, green value is 140 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ae8cce hue: 0.75 , saturation: 0.40 and the lightness value of ae8cce is 0.68.

The process color (four color CMYK) of #ae8cce color hex is 0.16, 0.32, 0.00, 0.19. Web safe color of #ae8cce is #9999cc. Color #ae8cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001100 11001110
Octal 256 214 316
Decimal 174 140 206
Hex AE 8C CE

RGB Percentages of Color #ae8cce

%33.46
%26.92
%39.62

CMYK Percentages of Color #ae8cce

%16
%32
%0
%19

Triadic Colors of #ae8cce

#ae8cce #ceae8c #8cceae

Analogous Colors of #ae8cce

#ae8cce #ce8ccd #8d8cce

Monochromatic Colors of #ae8cce

#ae8cce

Complementary Color

#ae8cce #acce8c

#ae8cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8cce Color CSS Codes

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

#ae8cce Text Font Color

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

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


#ae8cce Background Color

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

This div background color is #ae8cce


#ae8cce Border Color

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

This div border color is #ae8cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8cce


Comments

No comments written yet.

Please login to write comment.