Color Hex Logo

#ae6acf Color Hex

#AE6ACF
(174,106,207)
0 Favorites   0 Comments

Color spaces of #ae6acf

RGB 174106207
HSL0.780.510.61
HSV280°49°81°
CMYK 0.160.490.00   0.19
XYZ33.872123.811761.8424
Yxy23.81170.28340.1992
Hunter Lab48.797238.5088-40.9822
CIE-Lab55.898844.5820-41.6665

#ae6acf color RGB value is (174,106,207).

#ae6acf hex color red value is 174, green value is 106 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ae6acf hue: 0.78 , saturation: 0.51 and the lightness value of ae6acf is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101010 11001111
Octal 256 152 317
Decimal 174 106 207
Hex AE 6A CF

RGB Percentages of Color #ae6acf

%35.73
%21.77
%42.51

CMYK Percentages of Color #ae6acf

%16
%49
%0
%19

Triadic Colors of #ae6acf

#ae6acf #cfae6a #6acfae

Analogous Colors of #ae6acf

#ae6acf #cf6abe #7c6acf

Monochromatic Colors of #ae6acf

#ae6acf

Complementary Color

#ae6acf #8bcf6a

#ae6acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6acf Color CSS Codes

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

#ae6acf Text Font Color

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

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


#ae6acf Background Color

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

This div background color is #ae6acf


#ae6acf Border Color

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

This div border color is #ae6acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6acf


Comments

No comments written yet.

Please login to write comment.