Color Hex Logo

#ae1dee Color Hex

#AE1DEE
(174,29,238)
0 Favorites   0 Comments

Color spaces of #ae1dee

RGB 17429238
HSL0.780.860.52
HSV282°88°93°
CMYK 0.270.880.00   0.07
XYZ33.327516.050482.2304
Yxy16.05040.25320.1220
Hunter Lab40.063078.3801-93.6504
CIE-Lab47.040580.8539-73.4419

#ae1dee color RGB value is (174,29,238).

#ae1dee hex color red value is 174, green value is 29 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ae1dee hue: 0.78 , saturation: 0.86 and the lightness value of ae1dee is 0.52.

The process color (four color CMYK) of #ae1dee color hex is 0.27, 0.88, 0.00, 0.07. Web safe color of #ae1dee is #9933ff. Color #ae1dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00011101 11101110
Octal 256 35 356
Decimal 174 29 238
Hex AE 1D EE

RGB Percentages of Color #ae1dee

%39.46
%6.58
%53.97

CMYK Percentages of Color #ae1dee

%27
%88
%0
%7

Triadic Colors of #ae1dee

#ae1dee #eeae1d #1deeae

Analogous Colors of #ae1dee

#ae1dee #ee1dc6 #461dee

Monochromatic Colors of #ae1dee

#ae1dee

Complementary Color

#ae1dee #5dee1d

#ae1dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae1dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae1dee Color CSS Codes

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

#ae1dee Text Font Color

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

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


#ae1dee Background Color

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

This div background color is #ae1dee


#ae1dee Border Color

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

This div border color is #ae1dee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,29,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ae1dee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae1dee


Comments

No comments written yet.

Please login to write comment.