Color Hex Logo

#ae5ecf Color Hex

#AE5ECF
(174,94,207)
0 Favorites   0 Comments

Color spaces of #ae5ecf

RGB 17494207
HSL0.780.540.59
HSV282°55°81°
CMYK 0.160.550.00   0.19
XYZ32.720721.509161.4586
Yxy21.50910.28280.1859
Hunter Lab46.377944.7746-46.1048
CIE-Lab53.502250.8488-45.4551

#ae5ecf color RGB value is (174,94,207).

#ae5ecf hex color red value is 174, green value is 94 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ae5ecf hue: 0.78 , saturation: 0.54 and the lightness value of ae5ecf is 0.59.

The process color (four color CMYK) of #ae5ecf color hex is 0.16, 0.55, 0.00, 0.19. Web safe color of #ae5ecf is #9966cc. Color #ae5ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01011110 11001111
Octal 256 136 317
Decimal 174 94 207
Hex AE 5E CF

RGB Percentages of Color #ae5ecf

%36.63
%19.79
%43.58

CMYK Percentages of Color #ae5ecf

%16
%55
%0
%19

Triadic Colors of #ae5ecf

#ae5ecf #cfae5e #5ecfae

Analogous Colors of #ae5ecf

#ae5ecf #cf5eb8 #765ecf

Monochromatic Colors of #ae5ecf

#ae5ecf

Complementary Color

#ae5ecf #7fcf5e

#ae5ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae5ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae5ecf Color CSS Codes

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

#ae5ecf Text Font Color

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

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


#ae5ecf Background Color

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

This div background color is #ae5ecf


#ae5ecf Border Color

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

This div border color is #ae5ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae5ecf


Comments

No comments written yet.

Please login to write comment.