Color Hex Logo

#ae2ace Color Hex

#AE2ACE
(174,42,206)
0 Favorites   0 Comments

Color spaces of #ae2ace

RGB 17442206
HSL0.800.660.49
HSV288°80°81°
CMYK 0.160.800.00   0.19
XYZ29.424115.110859.7584
Yxy15.11080.28210.1449
Hunter Lab38.872667.0861-63.9350
CIE-Lab45.785671.9228-57.2212

#ae2ace color RGB value is (174,42,206).

#ae2ace hex color red value is 174, green value is 42 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ae2ace hue: 0.80 , saturation: 0.66 and the lightness value of ae2ace is 0.49.

The process color (four color CMYK) of #ae2ace color hex is 0.16, 0.80, 0.00, 0.19. Web safe color of #ae2ace is #9933cc. Color #ae2ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101010 11001110
Octal 256 52 316
Decimal 174 42 206
Hex AE 2A CE

RGB Percentages of Color #ae2ace

%41.23
%9.95
%48.82

CMYK Percentages of Color #ae2ace

%16
%80
%0
%19

Triadic Colors of #ae2ace

#ae2ace #ceae2a #2aceae

Analogous Colors of #ae2ace

#ae2ace #ce2a9c #5c2ace

Monochromatic Colors of #ae2ace

#ae2ace

Complementary Color

#ae2ace #4ace2a

#ae2ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2ace Color CSS Codes

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

#ae2ace Text Font Color

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

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


#ae2ace Background Color

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

This div background color is #ae2ace


#ae2ace Border Color

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

This div border color is #ae2ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2ace


Comments

No comments written yet.

Please login to write comment.