Color Hex Logo

#ae61ff Color Hex

#AE61FF
(174,97,255)
0 Favorites   0 Comments

Color spaces of #ae61ff

RGB 17497255
HSL0.751.000.69
HSV269°62°100°
CMYK 0.320.620.00   0.00
XYZ39.780324.768197.2918
Yxy24.76810.24580.1530
Hunter Lab49.767655.5857-81.0702
CIE-Lab56.848860.0038-67.0338

#ae61ff color RGB value is (174,97,255).

#ae61ff hex color red value is 174, green value is 97 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ae61ff hue: 0.75 , saturation: 1.00 and the lightness value of ae61ff is 0.69.

The process color (four color CMYK) of #ae61ff color hex is 0.32, 0.62, 0.00, 0.00. Web safe color of #ae61ff is #9966ff. Color #ae61ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100001 11111111
Octal 256 141 377
Decimal 174 97 255
Hex AE 61 FF

RGB Percentages of Color #ae61ff

%33.08
%18.44
%48.48

CMYK Percentages of Color #ae61ff

%32
%62
%0
%0

Triadic Colors of #ae61ff

#ae61ff #ffae61 #61ffae

Analogous Colors of #ae61ff

#ae61ff #fd61ff #6163ff

Monochromatic Colors of #ae61ff

#ae61ff

Complementary Color

#ae61ff #b2ff61

#ae61ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae61ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae61ff Color CSS Codes

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

#ae61ff Text Font Color

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

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


#ae61ff Background Color

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

This div background color is #ae61ff


#ae61ff Border Color

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

This div border color is #ae61ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae61ff

Related Colors


Comments

No comments written yet.

Please login to write comment.