Color Hex Logo

#ae8cec Color Hex

#AE8CEC
(174,140,236)
0 Favorites   0 Comments

Color spaces of #ae8cec

RGB 174140236
HSL0.730.720.74
HSV261°41°93°
CMYK 0.260.410.00   0.07
XYZ41.974033.811083.6708
Yxy33.81100.26320.2120
Hunter Lab58.147227.0939-44.6121
CIE-Lab64.812332.4306-43.8583

#ae8cec color RGB value is (174,140,236).

#ae8cec hex color red value is 174, green value is 140 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ae8cec hue: 0.73 , saturation: 0.72 and the lightness value of ae8cec is 0.74.

The process color (four color CMYK) of #ae8cec color hex is 0.26, 0.41, 0.00, 0.07. Web safe color of #ae8cec is #9999ff. Color #ae8cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001100 11101100
Octal 256 214 354
Decimal 174 140 236
Hex AE 8C EC

RGB Percentages of Color #ae8cec

%31.64
%25.45
%42.91

CMYK Percentages of Color #ae8cec

%26
%41
%0
%7

Triadic Colors of #ae8cec

#ae8cec #ecae8c #8cecae

Analogous Colors of #ae8cec

#ae8cec #de8cec #8c9aec

Monochromatic Colors of #ae8cec

#ae8cec

Complementary Color

#ae8cec #caec8c

#ae8cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8cec Color CSS Codes

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

#ae8cec Text Font Color

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

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


#ae8cec Background Color

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

This div background color is #ae8cec


#ae8cec Border Color

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

This div border color is #ae8cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8cec


Comments

No comments written yet.

Please login to write comment.