Color Hex Logo

#ae44ef Color Hex

#AE44EF
(174,68,239)
0 Favorites   0 Comments

Color spaces of #ae44ef

RGB 17468239
HSL0.770.840.60
HSV277°72°94°
CMYK 0.270.720.00   0.06
XYZ35.102719.364983.5490
Yxy19.36490.25430.1403
Hunter Lab44.005665.3775-81.7641
CIE-Lab51.111469.4591-67.3915

#ae44ef color RGB value is (174,68,239).

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

The process color (four color CMYK) of #ae44ef color hex is 0.27, 0.72, 0.00, 0.06. Web safe color of #ae44ef is #9933ff. Color #ae44ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000100 11101111
Octal 256 104 357
Decimal 174 68 239
Hex AE 44 EF

RGB Percentages of Color #ae44ef

%36.17
%14.14
%49.69

CMYK Percentages of Color #ae44ef

%27
%72
%0
%6

Triadic Colors of #ae44ef

#ae44ef #efae44 #44efae

Analogous Colors of #ae44ef

#ae44ef #ef44db #5844ef

Monochromatic Colors of #ae44ef

#ae44ef

Complementary Color

#ae44ef #85ef44

#ae44ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae44ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae44ef Color CSS Codes

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

#ae44ef Text Font Color

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

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


#ae44ef Background Color

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

This div background color is #ae44ef


#ae44ef Border Color

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

This div border color is #ae44ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae44ef


Comments

No comments written yet.

Please login to write comment.