Color Hex Logo

#ae3ecc Color Hex

#AE3ECC
(174,62,204)
0 Favorites   0 Comments

Color spaces of #ae3ecc

RGB 17462204
HSL0.800.580.52
HSV287°70°80°
CMYK 0.150.700.00   0.20
XYZ30.077316.803658.7849
Yxy16.80360.28460.1590
Hunter Lab40.992259.2349-56.3304
CIE-Lab48.011664.8125-52.4892

#ae3ecc color RGB value is (174,62,204).

#ae3ecc hex color red value is 174, green value is 62 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ae3ecc hue: 0.80 , saturation: 0.58 and the lightness value of ae3ecc is 0.52.

The process color (four color CMYK) of #ae3ecc color hex is 0.15, 0.70, 0.00, 0.20. Web safe color of #ae3ecc is #9933cc. Color #ae3ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111110 11001100
Octal 256 76 314
Decimal 174 62 204
Hex AE 3E CC

RGB Percentages of Color #ae3ecc

%39.55
%14.09
%46.36

CMYK Percentages of Color #ae3ecc

%15
%70
%0
%20

Triadic Colors of #ae3ecc

#ae3ecc #ccae3e #3eccae

Analogous Colors of #ae3ecc

#ae3ecc #cc3ea3 #673ecc

Monochromatic Colors of #ae3ecc

#ae3ecc

Complementary Color

#ae3ecc #5ccc3e

#ae3ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3ecc Color CSS Codes

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

#ae3ecc Text Font Color

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

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


#ae3ecc Background Color

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

This div background color is #ae3ecc


#ae3ecc Border Color

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

This div border color is #ae3ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3ecc


Comments

No comments written yet.

Please login to write comment.