color codes Logo

#ae6fe1 color codes

#AE6FE1
(174,111,225)
0 Favorites   0 Comments

Color spaces of #ae6fe1

RGB 174111225
HSL0.760.660.66
HSV273°51°88°
CMYK 0.230.510.00   0.12
XYZ36.730625.803874.2789
Yxy25.80380.26850.1886
Hunter Lab50.797440.1742-51.1390
CIE-Lab57.850345.8739-48.7336

#ae6fe1 color RGB value is (174,111,225).

#ae6fe1 hex color red value is 174, green value is 111 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #ae6fe1 hue: 0.76 , saturation: 0.66 and the lightness value of ae6fe1 is 0.66.

The process color (four color CMYK) of #ae6fe1 color code is 0.23, 0.51, 0.00, 0.12. Web safe color of #ae6fe1 is #9966cc. Color #ae6fe1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101111 11100001
Octal 256 157 341
Decimal 174 111 225
Hex AE 6F E1

RGB Percentages of Color #ae6fe1

%34.12
%21.76
%44.12

CMYK Percentages of Color #ae6fe1

%23
%51
%0
%12

Triadic Colors of #ae6fe1

#ae6fe1 #e1ae6f #6fe1ae

Analogous Colors of #ae6fe1

#ae6fe1 #e16fdb #756fe1

Monochromatic Colors of #ae6fe1

#ae6fe1

Complementary Color

#ae6fe1 #a2e16f

#ae6fe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6fe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6fe1 Color CSS Codes

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

#ae6fe1 Text Font Color

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

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


#ae6fe1 Background Color

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

This div background color is #ae6fe1


#ae6fe1 Border Color

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

This div border color is #ae6fe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6fe1


Comments

No comments written yet.

Please login to write comment.