Color Hex Logo

#ae25da Color Hex

#AE25DA
(174,37,218)
0 Favorites   0 Comments

Color spaces of #ae25da

RGB 17437218
HSL0.790.710.50
HSV285°83°85°
CMYK 0.200.830.00   0.15
XYZ30.772015.383867.6772
Yxy15.38380.27030.1351
Hunter Lab39.222271.4044-74.8483
CIE-Lab46.155475.4165-63.5186

#ae25da color RGB value is (174,37,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100101 11011010
Octal 256 45 332
Decimal 174 37 218
Hex AE 25 DA

RGB Percentages of Color #ae25da

%40.56
%8.62
%50.82

CMYK Percentages of Color #ae25da

%20
%83
%0
%15

Triadic Colors of #ae25da

#ae25da #daae25 #25daae

Analogous Colors of #ae25da

#ae25da #da25ac #5325da

Monochromatic Colors of #ae25da

#ae25da

Complementary Color

#ae25da #51da25

#ae25da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae25da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae25da Color CSS Codes

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

#ae25da Text Font Color

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

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


#ae25da Background Color

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

This div background color is #ae25da


#ae25da Border Color

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

This div border color is #ae25da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae25da


Comments

No comments written yet.

Please login to write comment.