Color Hex Logo

#ae95fd Color Hex

#AE95FD
(174,149,253)
0 Favorites   0 Comments

Color spaces of #ae95fd

RGB 174149253
HSL0.710.960.79
HSV254°41°99°
CMYK 0.310.410.00   0.01
XYZ45.932637.585497.7623
Yxy37.58540.25340.2073
Hunter Lab61.306926.4493-51.6312
CIE-Lab67.713931.5357-48.6108

#ae95fd color RGB value is (174,149,253).

#ae95fd hex color red value is 174, green value is 149 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ae95fd hue: 0.71 , saturation: 0.96 and the lightness value of ae95fd is 0.79.

The process color (four color CMYK) of #ae95fd color hex is 0.31, 0.41, 0.00, 0.01. Web safe color of #ae95fd is #9999ff. Color #ae95fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010101 11111101
Octal 256 225 375
Decimal 174 149 253
Hex AE 95 FD

RGB Percentages of Color #ae95fd

%30.21
%25.87
%43.92

CMYK Percentages of Color #ae95fd

%31
%41
%0
%1

Triadic Colors of #ae95fd

#ae95fd #fdae95 #95fdae

Analogous Colors of #ae95fd

#ae95fd #e295fd #95b0fd

Monochromatic Colors of #ae95fd

#ae95fd

Complementary Color

#ae95fd #e4fd95

#ae95fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae95fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae95fd Color CSS Codes

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

#ae95fd Text Font Color

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

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


#ae95fd Background Color

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

This div background color is #ae95fd


#ae95fd Border Color

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

This div border color is #ae95fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae95fd

Related Colors


Comments

No comments written yet.

Please login to write comment.