Color Hex Logo

#ae35fd Color Hex

#AE35FD
(174,53,253)
0 Favorites   0 Comments

Color spaces of #ae35fd

RGB 17453253
HSL0.770.980.60
HSV276°79°99°
CMYK 0.310.790.00   0.01
XYZ36.458318.636794.6042
Yxy18.63670.24350.1245
Hunter Lab43.170275.1996-99.7102
CIE-Lab50.259477.6912-76.6043

#ae35fd color RGB value is (174,53,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00110101 11111101
Octal 256 65 375
Decimal 174 53 253
Hex AE 35 FD

RGB Percentages of Color #ae35fd

%36.25
%11.04
%52.71

CMYK Percentages of Color #ae35fd

%31
%79
%0
%1

Triadic Colors of #ae35fd

#ae35fd #fdae35 #35fdae

Analogous Colors of #ae35fd

#ae35fd #fd35e8 #4a35fd

Monochromatic Colors of #ae35fd

#ae35fd

Complementary Color

#ae35fd #84fd35

#ae35fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae35fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae35fd Color CSS Codes

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

#ae35fd Text Font Color

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

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


#ae35fd Background Color

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

This div background color is #ae35fd


#ae35fd Border Color

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

This div border color is #ae35fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae35fd

Related Colors


Comments

No comments written yet.

Please login to write comment.