Color Hex Logo

#ae6fd8 Color Hex

#AE6FD8
(174,111,216)
0 Favorites   0 Comments

Color spaces of #ae6fd8

RGB 174111216
HSL0.770.570.64
HSV276°49°85°
CMYK 0.190.490.00   0.15
XYZ35.534725.325467.9812
Yxy25.32540.27580.1966
Hunter Lab50.324337.9736-44.8655
CIE-Lab57.391143.8571-44.4020

#ae6fd8 color RGB value is (174,111,216).

#ae6fd8 hex color red value is 174, green value is 111 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #ae6fd8 hue: 0.77 , saturation: 0.57 and the lightness value of ae6fd8 is 0.64.

The process color (four color CMYK) of #ae6fd8 color hex is 0.19, 0.49, 0.00, 0.15. Web safe color of #ae6fd8 is #9966cc. Color #ae6fd8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101111 11011000
Octal 256 157 330
Decimal 174 111 216
Hex AE 6F D8

RGB Percentages of Color #ae6fd8

%34.73
%22.16
%43.11

CMYK Percentages of Color #ae6fd8

%19
%49
%0
%15

Triadic Colors of #ae6fd8

#ae6fd8 #d8ae6f #6fd8ae

Analogous Colors of #ae6fd8

#ae6fd8 #d86fce #7a6fd8

Monochromatic Colors of #ae6fd8

#ae6fd8

Complementary Color

#ae6fd8 #99d86f

#ae6fd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6fd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6fd8 Color CSS Codes

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

#ae6fd8 Text Font Color

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

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


#ae6fd8 Background Color

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

This div background color is #ae6fd8


#ae6fd8 Border Color

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

This div border color is #ae6fd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6fd8


Comments

No comments written yet.

Please login to write comment.