Color Hex Logo

#ae28da Color Hex

#AE28DA
(174,40,218)
0 Favorites   0 Comments

Color spaces of #ae28da

RGB 17440218
HSL0.790.710.51
HSV285°82°85°
CMYK 0.200.820.00   0.15
XYZ30.869215.578267.7096
Yxy15.57820.27040.1365
Hunter Lab39.469270.5351-74.0837
CIE-Lab46.416274.6538-63.0964

#ae28da color RGB value is (174,40,218).

#ae28da hex color red value is 174, green value is 40 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ae28da hue: 0.79 , saturation: 0.71 and the lightness value of ae28da is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101000 11011010
Octal 256 50 332
Decimal 174 40 218
Hex AE 28 DA

RGB Percentages of Color #ae28da

%40.28
%9.26
%50.46

CMYK Percentages of Color #ae28da

%20
%82
%0
%15

Triadic Colors of #ae28da

#ae28da #daae28 #28daae

Analogous Colors of #ae28da

#ae28da #da28ad #5528da

Monochromatic Colors of #ae28da

#ae28da

Complementary Color

#ae28da #54da28

#ae28da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae28da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae28da Color CSS Codes

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

#ae28da Text Font Color

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

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


#ae28da Background Color

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

This div background color is #ae28da


#ae28da Border Color

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

This div border color is #ae28da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae28da


Comments

No comments written yet.

Please login to write comment.