Color Hex Logo

#ae6fcc Color Hex

#AE6FCC
(174,111,204)
0 Favorites   0 Comments

Color spaces of #ae6fcc

RGB 174111204
HSL0.780.480.62
HSV281°46°80°
CMYK 0.150.460.00   0.20
XYZ34.039124.727260.1055
Yxy24.72720.28640.2080
Hunter Lab49.726535.1668-36.8567
CIE-Lab56.808641.2417-38.5324

#ae6fcc color RGB value is (174,111,204).

#ae6fcc hex color red value is 174, green value is 111 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ae6fcc hue: 0.78 , saturation: 0.48 and the lightness value of ae6fcc is 0.62.

The process color (four color CMYK) of #ae6fcc color hex is 0.15, 0.46, 0.00, 0.20. Web safe color of #ae6fcc is #9966cc. Color #ae6fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101111 11001100
Octal 256 157 314
Decimal 174 111 204
Hex AE 6F CC

RGB Percentages of Color #ae6fcc

%35.58
%22.70
%41.72

CMYK Percentages of Color #ae6fcc

%15
%46
%0
%20

Triadic Colors of #ae6fcc

#ae6fcc #ccae6f #6fccae

Analogous Colors of #ae6fcc

#ae6fcc #cc6fbc #806fcc

Monochromatic Colors of #ae6fcc

#ae6fcc

Complementary Color

#ae6fcc #8dcc6f

#ae6fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6fcc Color CSS Codes

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

#ae6fcc Text Font Color

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

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


#ae6fcc Background Color

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

This div background color is #ae6fcc


#ae6fcc Border Color

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

This div border color is #ae6fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6fcc


Comments

No comments written yet.

Please login to write comment.