Color Hex Logo

#ae61fd Color Hex

#AE61FD
(174,97,253)
0 Favorites   0 Comments

Color spaces of #ae61fd

RGB 17497253
HSL0.750.980.69
HSV270°62°99°
CMYK 0.310.620.00   0.01
XYZ39.459924.639995.6047
Yxy24.63990.24710.1543
Hunter Lab49.638655.0300-79.4464
CIE-Lab56.722959.5397-66.1309

#ae61fd color RGB value is (174,97,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100001 11111101
Octal 256 141 375
Decimal 174 97 253
Hex AE 61 FD

RGB Percentages of Color #ae61fd

%33.21
%18.51
%48.28

CMYK Percentages of Color #ae61fd

%31
%62
%0
%1

Triadic Colors of #ae61fd

#ae61fd #fdae61 #61fdae

Analogous Colors of #ae61fd

#ae61fd #fc61fd #6162fd

Monochromatic Colors of #ae61fd

#ae61fd

Complementary Color

#ae61fd #b0fd61

#ae61fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae61fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae61fd Color CSS Codes

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

#ae61fd Text Font Color

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

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


#ae61fd Background Color

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

This div background color is #ae61fd


#ae61fd Border Color

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

This div border color is #ae61fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae61fd


Comments

No comments written yet.

Please login to write comment.