Color Hex Logo

#ae44fc Color Hex

#AE44FC
(174,68,252)
0 Favorites   0 Comments

Color spaces of #ae44fc

RGB 17468252
HSL0.760.970.63
HSV275°73°99°
CMYK 0.310.730.00   0.01
XYZ37.093420.161294.0319
Yxy20.16120.24520.1333
Hunter Lab44.901268.8837-92.7339
CIE-Lab52.019072.2043-73.1850

#ae44fc color RGB value is (174,68,252).

#ae44fc hex color red value is 174, green value is 68 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ae44fc hue: 0.76 , saturation: 0.97 and the lightness value of ae44fc is 0.63.

The process color (four color CMYK) of #ae44fc color hex is 0.31, 0.73, 0.00, 0.01. Web safe color of #ae44fc is #9933ff. Color #ae44fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000100 11111100
Octal 256 104 374
Decimal 174 68 252
Hex AE 44 FC

RGB Percentages of Color #ae44fc

%35.22
%13.77
%51.01

CMYK Percentages of Color #ae44fc

%31
%73
%0
%1

Triadic Colors of #ae44fc

#ae44fc #fcae44 #44fcae

Analogous Colors of #ae44fc

#ae44fc #fc44ee #5244fc

Monochromatic Colors of #ae44fc

#ae44fc

Complementary Color

#ae44fc #92fc44

#ae44fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae44fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae44fc Color CSS Codes

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

#ae44fc Text Font Color

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

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


#ae44fc Background Color

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

This div background color is #ae44fc


#ae44fc Border Color

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

This div border color is #ae44fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae44fc


Comments

No comments written yet.

Please login to write comment.