Color Hex Logo

#ae42de Color Hex

#AE42DE
(174,66,222)
0 Favorites   0 Comments

Color spaces of #ae42de

RGB 17466222
HSL0.780.700.56
HSV282°70°87°
CMYK 0.220.700.00   0.13
XYZ32.588618.169070.8966
Yxy18.16900.26790.1493
Hunter Lab42.625161.8764-68.7771
CIE-Lab49.700466.7636-60.0712

#ae42de color RGB value is (174,66,222).

#ae42de hex color red value is 174, green value is 66 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ae42de hue: 0.78 , saturation: 0.70 and the lightness value of ae42de is 0.56.

The process color (four color CMYK) of #ae42de color hex is 0.22, 0.70, 0.00, 0.13. Web safe color of #ae42de is #9933cc. Color #ae42de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000010 11011110
Octal 256 102 336
Decimal 174 66 222
Hex AE 42 DE

RGB Percentages of Color #ae42de

%37.66
%14.29
%48.05

CMYK Percentages of Color #ae42de

%22
%70
%0
%13

Triadic Colors of #ae42de

#ae42de #deae42 #42deae

Analogous Colors of #ae42de

#ae42de #de42c0 #6042de

Monochromatic Colors of #ae42de

#ae42de

Complementary Color

#ae42de #72de42

#ae42de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae42de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae42de Color CSS Codes

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

#ae42de Text Font Color

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

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


#ae42de Background Color

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

This div background color is #ae42de


#ae42de Border Color

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

This div border color is #ae42de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae42de


Comments

No comments written yet.

Please login to write comment.