Color Hex Logo

#ae1cca Color Hex

#AE1CCA
(174,28,202)
0 Favorites   0 Comments

Color spaces of #ae1cca

RGB 17428202
HSL0.810.760.45
HSV290°86°79°
CMYK 0.140.860.00   0.21
XYZ28.531514.093457.0936
Yxy14.09340.28610.1413
Hunter Lab37.541269.9639-63.8910
CIE-Lab44.366674.5838-57.1967

#ae1cca color RGB value is (174,28,202).

#ae1cca hex color red value is 174, green value is 28 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ae1cca hue: 0.81 , saturation: 0.76 and the lightness value of ae1cca is 0.45.

The process color (four color CMYK) of #ae1cca color hex is 0.14, 0.86, 0.00, 0.21. Web safe color of #ae1cca is #9933cc. Color #ae1cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00011100 11001010
Octal 256 34 312
Decimal 174 28 202
Hex AE 1C CA

RGB Percentages of Color #ae1cca

%43.07
%6.93
%50.00

CMYK Percentages of Color #ae1cca

%14
%86
%0
%21

Triadic Colors of #ae1cca

#ae1cca #caae1c #1ccaae

Analogous Colors of #ae1cca

#ae1cca #ca1c8f #571cca

Monochromatic Colors of #ae1cca

#ae1cca

Complementary Color

#ae1cca #38ca1c

#ae1cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae1cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae1cca Color CSS Codes

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

#ae1cca Text Font Color

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

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


#ae1cca Background Color

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

This div background color is #ae1cca


#ae1cca Border Color

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

This div border color is #ae1cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae1cca


Comments

No comments written yet.

Please login to write comment.