Color Hex Logo

#ae63da Color Hex

#AE63DA
(174,99,218)
0 Favorites   0 Comments

Color spaces of #ae63da

RGB 17499218
HSL0.770.620.62
HSV278°55°85°
CMYK 0.200.550.00   0.15
XYZ34.572322.984368.9439
Yxy22.98430.27330.1817
Hunter Lab47.941944.8230-51.7038
CIE-Lab55.056250.6399-49.2309

#ae63da color RGB value is (174,99,218).

#ae63da hex color red value is 174, green value is 99 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ae63da hue: 0.77 , saturation: 0.62 and the lightness value of ae63da is 0.62.

The process color (four color CMYK) of #ae63da color hex is 0.20, 0.55, 0.00, 0.15. Web safe color of #ae63da is #9966cc. Color #ae63da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100011 11011010
Octal 256 143 332
Decimal 174 99 218
Hex AE 63 DA

RGB Percentages of Color #ae63da

%35.44
%20.16
%44.40

CMYK Percentages of Color #ae63da

%20
%55
%0
%15

Triadic Colors of #ae63da

#ae63da #daae63 #63daae

Analogous Colors of #ae63da

#ae63da #da63cb #7363da

Monochromatic Colors of #ae63da

#ae63da

Complementary Color

#ae63da #8fda63

#ae63da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae63da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae63da Color CSS Codes

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

#ae63da Text Font Color

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

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


#ae63da Background Color

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

This div background color is #ae63da


#ae63da Border Color

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

This div border color is #ae63da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae63da


Comments

No comments written yet.

Please login to write comment.