Color Hex Logo

#ae45ec Color Hex

#AE45EC
(174,69,236)
0 Favorites   0 Comments

Color spaces of #ae45ec

RGB 17469236
HSL0.770.810.60
HSV278°71°93°
CMYK 0.260.710.00   0.07
XYZ34.724019.311081.2541
Yxy19.31100.25670.1427
Hunter Lab43.944364.1451-78.8677
CIE-Lab51.049168.4331-65.8069

#ae45ec color RGB value is (174,69,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000101 11101100
Octal 256 105 354
Decimal 174 69 236
Hex AE 45 EC

RGB Percentages of Color #ae45ec

%36.33
%14.41
%49.27

CMYK Percentages of Color #ae45ec

%26
%71
%0
%7

Triadic Colors of #ae45ec

#ae45ec #ecae45 #45ecae

Analogous Colors of #ae45ec

#ae45ec #ec45d7 #5a45ec

Monochromatic Colors of #ae45ec

#ae45ec

Complementary Color

#ae45ec #83ec45

#ae45ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae45ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae45ec Color CSS Codes

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

#ae45ec Text Font Color

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

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


#ae45ec Background Color

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

This div background color is #ae45ec


#ae45ec Border Color

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

This div border color is #ae45ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae45ec


Comments

No comments written yet.

Please login to write comment.