Color Hex Logo

#ae73ce Color Hex

#AE73CE
(174,115,206)
0 Favorites   0 Comments

Color spaces of #ae73ce

RGB 174115206
HSL0.770.480.63
HSV279°44°81°
CMYK 0.160.440.00   0.19
XYZ34.726925.716461.5260
Yxy25.71640.28470.2108
Hunter Lab50.711333.4912-36.4362
CIE-Lab57.766939.4871-38.1627

#ae73ce color RGB value is (174,115,206).

#ae73ce hex color red value is 174, green value is 115 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ae73ce hue: 0.77 , saturation: 0.48 and the lightness value of ae73ce is 0.63.

The process color (four color CMYK) of #ae73ce color hex is 0.16, 0.44, 0.00, 0.19. Web safe color of #ae73ce is #9966cc. Color #ae73ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110011 11001110
Octal 256 163 316
Decimal 174 115 206
Hex AE 73 CE

RGB Percentages of Color #ae73ce

%35.15
%23.23
%41.62

CMYK Percentages of Color #ae73ce

%16
%44
%0
%19

Triadic Colors of #ae73ce

#ae73ce #ceae73 #73ceae

Analogous Colors of #ae73ce

#ae73ce #ce73c1 #8173ce

Monochromatic Colors of #ae73ce

#ae73ce

Complementary Color

#ae73ce #93ce73

#ae73ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae73ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae73ce Color CSS Codes

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

#ae73ce Text Font Color

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

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


#ae73ce Background Color

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

This div background color is #ae73ce


#ae73ce Border Color

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

This div border color is #ae73ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae73ce


Comments

No comments written yet.

Please login to write comment.