color codes Logo

#ae6dfe color codes

#AE6DFE
(174,109,254)
0 Favorites   0 Comments

Color spaces of #ae6dfe

RGB 174109254
HSL0.740.990.71
HSV267°57°100°
CMYK 0.310.570.00   0.00
XYZ40.813627.091796.8440
Yxy27.09170.24770.1644
Hunter Lab52.049748.8798-73.8806
CIE-Lab59.059153.6871-62.9268

#ae6dfe color RGB value is (174,109,254).

#ae6dfe hex color red value is 174, green value is 109 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ae6dfe hue: 0.74 , saturation: 0.99 and the lightness value of ae6dfe is 0.71.

The process color (four color CMYK) of #ae6dfe color code is 0.31, 0.57, 0.00, 0.00. Web safe color of #ae6dfe is #9966ff. Color #ae6dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101101 11111110
Octal 256 155 376
Decimal 174 109 254
Hex AE 6D FE

RGB Percentages of Color #ae6dfe

%32.40
%20.30
%47.30

CMYK Percentages of Color #ae6dfe

%31
%57
%0
%0

Triadic Colors of #ae6dfe

#ae6dfe #feae6d #6dfeae

Analogous Colors of #ae6dfe

#ae6dfe #f76dfe #6d75fe

Monochromatic Colors of #ae6dfe

#ae6dfe

Complementary Color

#ae6dfe #bdfe6d

#ae6dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6dfe Color CSS Codes

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

#ae6dfe Text Font Color

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

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


#ae6dfe Background Color

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

This div background color is #ae6dfe


#ae6dfe Border Color

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

This div border color is #ae6dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.