color codes Logo

#ae3cea color codes

#AE3CEA
(174,60,234)
0 Favorites   0 Comments

Color spaces of #ae3cea

RGB 17460234
HSL0.780.810.58
HSV279°74°92°
CMYK 0.260.740.00   0.08
XYZ33.922718.170979.5613
Yxy18.17090.25770.1380
Hunter Lab42.627367.4519-80.8220
CIE-Lab49.702771.4655-66.8596

#ae3cea color RGB value is (174,60,234).

#ae3cea hex color red value is 174, green value is 60 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #ae3cea hue: 0.78 , saturation: 0.81 and the lightness value of ae3cea is 0.58.

The process color (four color CMYK) of #ae3cea color code is 0.26, 0.74, 0.00, 0.08. Web safe color of #ae3cea is #9933ff. Color #ae3cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111100 11101010
Octal 256 74 352
Decimal 174 60 234
Hex AE 3C EA

RGB Percentages of Color #ae3cea

%37.18
%12.82
%50.00

CMYK Percentages of Color #ae3cea

%26
%74
%0
%8

Triadic Colors of #ae3cea

#ae3cea #eaae3c #3ceaae

Analogous Colors of #ae3cea

#ae3cea #ea3ccf #573cea

Monochromatic Colors of #ae3cea

#ae3cea

Complementary Color

#ae3cea #78ea3c

#ae3cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3cea Color CSS Codes

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

#ae3cea Text Font Color

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

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


#ae3cea Background Color

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

This div background color is #ae3cea


#ae3cea Border Color

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

This div border color is #ae3cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3cea


Comments

No comments written yet.

Please login to write comment.