Color Hex Logo

#ae2cec Color Hex

#AE2CEC
(174,44,236)
0 Favorites   0 Comments

Color spaces of #ae2cec

RGB 17444236
HSL0.780.830.55
HSV281°81°93°
CMYK 0.260.810.00   0.07
XYZ33.496616.856280.8450
Yxy16.85620.25530.1285
Hunter Lab41.056373.7842-88.0100
CIE-Lab48.078376.9760-70.6240

#ae2cec color RGB value is (174,44,236).

#ae2cec hex color red value is 174, green value is 44 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ae2cec hue: 0.78 , saturation: 0.83 and the lightness value of ae2cec is 0.55.

The process color (four color CMYK) of #ae2cec color hex is 0.26, 0.81, 0.00, 0.07. Web safe color of #ae2cec is #9933ff. Color #ae2cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101100 11101100
Octal 256 54 354
Decimal 174 44 236
Hex AE 2C EC

RGB Percentages of Color #ae2cec

%38.33
%9.69
%51.98

CMYK Percentages of Color #ae2cec

%26
%81
%0
%7

Triadic Colors of #ae2cec

#ae2cec #ecae2c #2cecae

Analogous Colors of #ae2cec

#ae2cec #ec2cca #4e2cec

Monochromatic Colors of #ae2cec

#ae2cec

Complementary Color

#ae2cec #6aec2c

#ae2cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2cec Color CSS Codes

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

#ae2cec Text Font Color

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

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


#ae2cec Background Color

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

This div background color is #ae2cec


#ae2cec Border Color

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

This div border color is #ae2cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2cec


Comments

No comments written yet.

Please login to write comment.