Color Hex Logo

#ae7ace Color Hex

#AE7ACE
(174,122,206)
0 Favorites   0 Comments

Color spaces of #ae7ace

RGB 174122206
HSL0.770.460.64
HSV277°41°81°
CMYK 0.160.410.00   0.19
XYZ35.555727.374061.8022
Yxy27.37400.28510.2195
Hunter Lab52.320229.7446-33.4111
CIE-Lab59.318935.6185-35.7338

#ae7ace color RGB value is (174,122,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111010 11001110
Octal 256 172 316
Decimal 174 122 206
Hex AE 7A CE

RGB Percentages of Color #ae7ace

%34.66
%24.30
%41.04

CMYK Percentages of Color #ae7ace

%16
%41
%0
%19

Triadic Colors of #ae7ace

#ae7ace #ceae7a #7aceae

Analogous Colors of #ae7ace

#ae7ace #ce7ac4 #847ace

Monochromatic Colors of #ae7ace

#ae7ace

Complementary Color

#ae7ace #9ace7a

#ae7ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7ace Color CSS Codes

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

#ae7ace Text Font Color

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

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


#ae7ace Background Color

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

This div background color is #ae7ace


#ae7ace Border Color

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

This div border color is #ae7ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7ace


Comments

No comments written yet.

Please login to write comment.