Color Hex Logo

#ae79ce Color Hex

#AE79CE
(174,121,206)
0 Favorites   0 Comments

Color spaces of #ae79ce

RGB 174121206
HSL0.770.460.64
HSV277°41°81°
CMYK 0.160.410.00   0.19
XYZ35.433527.129661.7615
Yxy27.12960.28500.2182
Hunter Lab52.086130.2806-33.8433
CIE-Lab59.094136.1744-36.0851

#ae79ce color RGB value is (174,121,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111001 11001110
Octal 256 171 316
Decimal 174 121 206
Hex AE 79 CE

RGB Percentages of Color #ae79ce

%34.73
%24.15
%41.12

CMYK Percentages of Color #ae79ce

%16
%41
%0
%19

Triadic Colors of #ae79ce

#ae79ce #ceae79 #79ceae

Analogous Colors of #ae79ce

#ae79ce #ce79c4 #8479ce

Monochromatic Colors of #ae79ce

#ae79ce

Complementary Color

#ae79ce #99ce79

#ae79ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae79ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae79ce Color CSS Codes

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

#ae79ce Text Font Color

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

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


#ae79ce Background Color

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

This div background color is #ae79ce


#ae79ce Border Color

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

This div border color is #ae79ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae79ce


Comments

No comments written yet.

Please login to write comment.