Color Hex Logo

#ae2dec Color Hex

#AE2DEC
(174,45,236)
0 Favorites   0 Comments

Color spaces of #ae2dec

RGB 17445236
HSL0.780.830.55
HSV281°81°93°
CMYK 0.260.810.00   0.07
XYZ33.534316.931680.8575
Yxy16.93160.25540.1289
Hunter Lab41.148073.4626-87.7036
CIE-Lab48.173776.6972-70.4688

#ae2dec color RGB value is (174,45,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101101 11101100
Octal 256 55 354
Decimal 174 45 236
Hex AE 2D EC

RGB Percentages of Color #ae2dec

%38.24
%9.89
%51.87

CMYK Percentages of Color #ae2dec

%26
%81
%0
%7

Triadic Colors of #ae2dec

#ae2dec #ecae2d #2decae

Analogous Colors of #ae2dec

#ae2dec #ec2dcb #4e2dec

Monochromatic Colors of #ae2dec

#ae2dec

Complementary Color

#ae2dec #6bec2d

#ae2dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2dec Color CSS Codes

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

#ae2dec Text Font Color

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

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


#ae2dec Background Color

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

This div background color is #ae2dec


#ae2dec Border Color

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

This div border color is #ae2dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2dec


Comments

No comments written yet.

Please login to write comment.