color codes Logo

#ae0cec color codes

#AE0CEC
(174,12,236)
0 Favorites   0 Comments

Color spaces of #ae0cec

RGB 17412236
HSL0.790.900.49
HSV283°95°93°
CMYK 0.260.950.00   0.07
XYZ32.727415.317780.5886
Yxy15.31770.25440.1191
Hunter Lab39.137880.7721-94.6874
CIE-Lab46.066382.9242-73.9013

#ae0cec color RGB value is (174,12,236).

#ae0cec hex color red value is 174, green value is 12 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ae0cec hue: 0.79 , saturation: 0.90 and the lightness value of ae0cec is 0.49.

The process color (four color CMYK) of #ae0cec color code is 0.26, 0.95, 0.00, 0.07. Web safe color of #ae0cec is #9900ff. Color #ae0cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001100 11101100
Octal 256 14 354
Decimal 174 12 236
Hex AE C EC

RGB Percentages of Color #ae0cec

%41.23
%2.84
%55.92

CMYK Percentages of Color #ae0cec

%26
%95
%0
%7

Triadic Colors of #ae0cec

#ae0cec #ecae0c #0cecae

Analogous Colors of #ae0cec

#ae0cec #ec0cba #3e0cec

Monochromatic Colors of #ae0cec

#ae0cec

Complementary Color

#ae0cec #4aec0c

#ae0cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0cec Color CSS Codes

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

#ae0cec Text Font Color

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

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


#ae0cec Background Color

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

This div background color is #ae0cec


#ae0cec Border Color

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

This div border color is #ae0cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0cec


Comments

No comments written yet.

Please login to write comment.