color codes Logo

#ae0dec color codes

#AE0DEC
(174,13,236)
0 Favorites   0 Comments

Color spaces of #ae0dec

RGB 17413236
HSL0.790.900.49
HSV283°94°93°
CMYK 0.260.940.00   0.07
XYZ32.739815.342680.5927
Yxy15.34260.25440.1192
Hunter Lab39.169680.6518-94.5722
CIE-Lab46.099982.8235-73.8464

#ae0dec color RGB value is (174,13,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001101 11101100
Octal 256 15 354
Decimal 174 13 236
Hex AE D EC

RGB Percentages of Color #ae0dec

%41.13
%3.07
%55.79

CMYK Percentages of Color #ae0dec

%26
%94
%0
%7

Triadic Colors of #ae0dec

#ae0dec #ecae0d #0decae

Analogous Colors of #ae0dec

#ae0dec #ec0dbb #3f0dec

Monochromatic Colors of #ae0dec

#ae0dec

Complementary Color

#ae0dec #4bec0d

#ae0dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0dec Color CSS Codes

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

#ae0dec Text Font Color

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

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


#ae0dec Background Color

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

This div background color is #ae0dec


#ae0dec Border Color

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

This div border color is #ae0dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0dec


Comments

No comments written yet.

Please login to write comment.