Color Hex Logo

#ae6cca Color Hex

#AE6CCA
(174,108,202)
0 Favorites   0 Comments

Color spaces of #ae6cca

RGB 174108202
HSL0.780.470.61
HSV282°47°79°
CMYK 0.140.470.00   0.21
XYZ33.478823.988158.7427
Yxy23.98810.28810.2064
Hunter Lab48.977636.3033-36.8268
CIE-Lab56.075942.4412-38.5463

#ae6cca color RGB value is (174,108,202).

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

The process color (four color CMYK) of #ae6cca color hex is 0.14, 0.47, 0.00, 0.21. Web safe color of #ae6cca is #9966cc. Color #ae6cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101100 11001010
Octal 256 154 312
Decimal 174 108 202
Hex AE 6C CA

RGB Percentages of Color #ae6cca

%35.95
%22.31
%41.74

CMYK Percentages of Color #ae6cca

%14
%47
%0
%21

Triadic Colors of #ae6cca

#ae6cca #caae6c #6ccaae

Analogous Colors of #ae6cca

#ae6cca #ca6cb7 #7f6cca

Monochromatic Colors of #ae6cca

#ae6cca

Complementary Color

#ae6cca #88ca6c

#ae6cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6cca Color CSS Codes

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

#ae6cca Text Font Color

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

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


#ae6cca Background Color

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

This div background color is #ae6cca


#ae6cca Border Color

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

This div border color is #ae6cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6cca


Comments

No comments written yet.

Please login to write comment.