Color Hex Logo

#ae1dec Color Hex

#AE1DEC
(174,29,236)
0 Favorites   0 Comments

Color spaces of #ae1dec

RGB 17429236
HSL0.780.840.52
HSV282°88°93°
CMYK 0.260.880.00   0.07
XYZ33.035215.933580.6912
Yxy15.93350.25480.1229
Hunter Lab39.916877.8725-91.9121
CIE-Lab46.887180.4814-72.5629

#ae1dec color RGB value is (174,29,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00011101 11101100
Octal 256 35 354
Decimal 174 29 236
Hex AE 1D EC

RGB Percentages of Color #ae1dec

%39.64
%6.61
%53.76

CMYK Percentages of Color #ae1dec

%26
%88
%0
%7

Triadic Colors of #ae1dec

#ae1dec #ecae1d #1decae

Analogous Colors of #ae1dec

#ae1dec #ec1dc3 #461dec

Monochromatic Colors of #ae1dec

#ae1dec

Complementary Color

#ae1dec #5bec1d

#ae1dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae1dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae1dec Color CSS Codes

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

#ae1dec Text Font Color

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

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


#ae1dec Background Color

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

This div background color is #ae1dec


#ae1dec Border Color

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

This div border color is #ae1dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae1dec


Comments

No comments written yet.

Please login to write comment.