Color Hex Logo

#ae41ec Color Hex

#AE41EC
(174,65,236)
0 Favorites   0 Comments

Color spaces of #ae41ec

RGB 17465236
HSL0.770.820.59
HSV278°72°93°
CMYK 0.260.720.00   0.07
XYZ34.486218.835481.1749
Yxy18.83540.25640.1400
Hunter Lab43.399865.8896-80.5161
CIE-Lab50.494170.0076-66.7049

#ae41ec color RGB value is (174,65,236).

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

The process color (four color CMYK) of #ae41ec color hex is 0.26, 0.72, 0.00, 0.07. Web safe color of #ae41ec is #9933ff. Color #ae41ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000001 11101100
Octal 256 101 354
Decimal 174 65 236
Hex AE 41 EC

RGB Percentages of Color #ae41ec

%36.63
%13.68
%49.68

CMYK Percentages of Color #ae41ec

%26
%72
%0
%7

Triadic Colors of #ae41ec

#ae41ec #ecae41 #41ecae

Analogous Colors of #ae41ec

#ae41ec #ec41d5 #5841ec

Monochromatic Colors of #ae41ec

#ae41ec

Complementary Color

#ae41ec #7fec41

#ae41ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae41ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae41ec Color CSS Codes

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

#ae41ec Text Font Color

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

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


#ae41ec Background Color

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

This div background color is #ae41ec


#ae41ec Border Color

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

This div border color is #ae41ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae41ec


Comments

No comments written yet.

Please login to write comment.