Color Hex Logo

#ae8bec Color Hex

#AE8BEC
(174,139,236)
0 Favorites   0 Comments

Color spaces of #ae8bec

RGB 174139236
HSL0.730.720.74
HSV262°41°93°
CMYK 0.260.410.00   0.07
XYZ41.828533.520083.6223
Yxy33.52000.26310.2109
Hunter Lab57.896527.6422-45.1075
CIE-Lab64.579832.9924-44.2238

#ae8bec color RGB value is (174,139,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001011 11101100
Octal 256 213 354
Decimal 174 139 236
Hex AE 8B EC

RGB Percentages of Color #ae8bec

%31.69
%25.32
%42.99

CMYK Percentages of Color #ae8bec

%26
%41
%0
%7

Triadic Colors of #ae8bec

#ae8bec #ecae8b #8becae

Analogous Colors of #ae8bec

#ae8bec #df8bec #8b99ec

Monochromatic Colors of #ae8bec

#ae8bec

Complementary Color

#ae8bec #c9ec8b

#ae8bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8bec Color CSS Codes

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

#ae8bec Text Font Color

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

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


#ae8bec Background Color

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

This div background color is #ae8bec


#ae8bec Border Color

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

This div border color is #ae8bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8bec


Comments

No comments written yet.

Please login to write comment.