Color Hex Logo

#ae46fd Color Hex

#AE46FD
(174,70,253)
0 Favorites   0 Comments

Color spaces of #ae46fd

RGB 17470253
HSL0.760.980.63
HSV274°72°99°
CMYK 0.310.720.00   0.01
XYZ37.375320.470894.9099
Yxy20.47080.24470.1340
Hunter Lab45.244768.2755-92.7016
CIE-Lab52.365471.6344-73.1787

#ae46fd color RGB value is (174,70,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000110 11111101
Octal 256 106 375
Decimal 174 70 253
Hex AE 46 FD

RGB Percentages of Color #ae46fd

%35.01
%14.08
%50.91

CMYK Percentages of Color #ae46fd

%31
%72
%0
%1

Triadic Colors of #ae46fd

#ae46fd #fdae46 #46fdae

Analogous Colors of #ae46fd

#ae46fd #fd46f1 #5346fd

Monochromatic Colors of #ae46fd

#ae46fd

Complementary Color

#ae46fd #95fd46

#ae46fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae46fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae46fd Color CSS Codes

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

#ae46fd Text Font Color

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

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


#ae46fd Background Color

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

This div background color is #ae46fd


#ae46fd Border Color

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

This div border color is #ae46fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae46fd


Comments

No comments written yet.

Please login to write comment.