Color Hex Logo

#ae41ce Color Hex

#AE41CE
(174,65,206)
0 Favorites   0 Comments

Color spaces of #ae41ce

RGB 17465206
HSL0.800.590.53
HSV286°68°81°
CMYK 0.160.680.00   0.19
XYZ30.486417.235560.1125
Yxy17.23550.28270.1598
Hunter Lab41.515758.4264-56.7879
CIE-Lab48.555464.0064-52.7685

#ae41ce color RGB value is (174,65,206).

#ae41ce hex color red value is 174, green value is 65 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ae41ce hue: 0.80 , saturation: 0.59 and the lightness value of ae41ce is 0.53.

The process color (four color CMYK) of #ae41ce color hex is 0.16, 0.68, 0.00, 0.19. Web safe color of #ae41ce is #9933cc. Color #ae41ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000001 11001110
Octal 256 101 316
Decimal 174 65 206
Hex AE 41 CE

RGB Percentages of Color #ae41ce

%39.10
%14.61
%46.29

CMYK Percentages of Color #ae41ce

%16
%68
%0
%19

Triadic Colors of #ae41ce

#ae41ce #ceae41 #41ceae

Analogous Colors of #ae41ce

#ae41ce #ce41a8 #6841ce

Monochromatic Colors of #ae41ce

#ae41ce

Complementary Color

#ae41ce #61ce41

#ae41ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae41ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae41ce Color CSS Codes

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

#ae41ce Text Font Color

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

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


#ae41ce Background Color

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

This div background color is #ae41ce


#ae41ce Border Color

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

This div border color is #ae41ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae41ce


Comments

No comments written yet.

Please login to write comment.