Color Hex Logo

#ae47da Color Hex

#AE47DA
(174,71,218)
0 Favorites   0 Comments

Color spaces of #ae47da

RGB 17471218
HSL0.780.670.57
HSV282°67°85°
CMYK 0.200.670.00   0.15
XYZ32.363718.567168.2077
Yxy18.56710.27160.1558
Hunter Lab43.089658.6610-63.6892
CIE-Lab50.176863.9033-57.0300

#ae47da color RGB value is (174,71,218).

#ae47da hex color red value is 174, green value is 71 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ae47da hue: 0.78 , saturation: 0.67 and the lightness value of ae47da is 0.57.

The process color (four color CMYK) of #ae47da color hex is 0.20, 0.67, 0.00, 0.15. Web safe color of #ae47da is #9933cc. Color #ae47da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000111 11011010
Octal 256 107 332
Decimal 174 71 218
Hex AE 47 DA

RGB Percentages of Color #ae47da

%37.58
%15.33
%47.08

CMYK Percentages of Color #ae47da

%20
%67
%0
%15

Triadic Colors of #ae47da

#ae47da #daae47 #47daae

Analogous Colors of #ae47da

#ae47da #da47bd #6547da

Monochromatic Colors of #ae47da

#ae47da

Complementary Color

#ae47da #73da47

#ae47da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae47da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae47da Color CSS Codes

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

#ae47da Text Font Color

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

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


#ae47da Background Color

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

This div background color is #ae47da


#ae47da Border Color

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

This div border color is #ae47da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae47da


Comments

No comments written yet.

Please login to write comment.