Color Hex Logo

#ae7cec Color Hex

#AE7CEC
(174,124,236)
0 Favorites   0 Comments

Color spaces of #ae7cec

RGB 174124236
HSL0.740.750.71
HSV267°47°93°
CMYK 0.260.470.00   0.07
XYZ39.803529.470182.9473
Yxy29.47010.26150.1936
Hunter Lab54.286435.8775-52.5922
CIE-Lab61.194341.3458-49.5666

#ae7cec color RGB value is (174,124,236).

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

The process color (four color CMYK) of #ae7cec color hex is 0.26, 0.47, 0.00, 0.07. Web safe color of #ae7cec is #9966ff. Color #ae7cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111100 11101100
Octal 256 174 354
Decimal 174 124 236
Hex AE 7C EC

RGB Percentages of Color #ae7cec

%32.58
%23.22
%44.19

CMYK Percentages of Color #ae7cec

%26
%47
%0
%7

Triadic Colors of #ae7cec

#ae7cec #ecae7c #7cecae

Analogous Colors of #ae7cec

#ae7cec #e67cec #7c82ec

Monochromatic Colors of #ae7cec

#ae7cec

Complementary Color

#ae7cec #baec7c

#ae7cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7cec Color CSS Codes

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

#ae7cec Text Font Color

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

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


#ae7cec Background Color

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

This div background color is #ae7cec


#ae7cec Border Color

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

This div border color is #ae7cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7cec


Comments

No comments written yet.

Please login to write comment.