Color Hex Logo

#ae46ec Color Hex

#AE46EC
(174,70,236)
0 Favorites   0 Comments

Color spaces of #ae46ec

RGB 17470236
HSL0.770.810.60
HSV278°70°93°
CMYK 0.260.700.00   0.07
XYZ34.786019.435181.2748
Yxy19.43510.25670.1434
Hunter Lab44.085363.6984-78.4463
CIE-Lab51.192468.0279-65.5752

#ae46ec color RGB value is (174,70,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000110 11101100
Octal 256 106 354
Decimal 174 70 236
Hex AE 46 EC

RGB Percentages of Color #ae46ec

%36.25
%14.58
%49.17

CMYK Percentages of Color #ae46ec

%26
%70
%0
%7

Triadic Colors of #ae46ec

#ae46ec #ecae46 #46ecae

Analogous Colors of #ae46ec

#ae46ec #ec46d7 #5b46ec

Monochromatic Colors of #ae46ec

#ae46ec

Complementary Color

#ae46ec #84ec46

#ae46ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae46ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae46ec Color CSS Codes

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

#ae46ec Text Font Color

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

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


#ae46ec Background Color

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

This div background color is #ae46ec


#ae46ec Border Color

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

This div border color is #ae46ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae46ec


Comments

No comments written yet.

Please login to write comment.