Color Hex Logo

#ae3efd Color Hex

#AE3EFD
(174,62,253)
0 Favorites   0 Comments

Color spaces of #ae3efd

RGB 17462253
HSL0.760.980.62
HSV275°75°99°
CMYK 0.310.750.00   0.01
XYZ36.907819.535894.7540
Yxy19.53580.24410.1292
Hunter Lab44.199371.7042-96.1657
CIE-Lab51.308374.6572-74.8966

#ae3efd color RGB value is (174,62,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111110 11111101
Octal 256 76 375
Decimal 174 62 253
Hex AE 3E FD

RGB Percentages of Color #ae3efd

%35.58
%12.68
%51.74

CMYK Percentages of Color #ae3efd

%31
%75
%0
%1

Triadic Colors of #ae3efd

#ae3efd #fdae3e #3efdae

Analogous Colors of #ae3efd

#ae3efd #fd3eed #4e3efd

Monochromatic Colors of #ae3efd

#ae3efd

Complementary Color

#ae3efd #8dfd3e

#ae3efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae3efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae3efd Color CSS Codes

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

#ae3efd Text Font Color

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

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


#ae3efd Background Color

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

This div background color is #ae3efd


#ae3efd Border Color

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

This div border color is #ae3efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae3efd


Comments

No comments written yet.

Please login to write comment.