Color Hex Logo

#ae7ecf Color Hex

#AE7ECF
(174,126,207)
0 Favorites   0 Comments

Color spaces of #ae7ecf

RGB 174126207
HSL0.770.460.65
HSV276°39°81°
CMYK 0.160.390.00   0.19
XYZ36.178928.425462.6113
Yxy28.42540.28440.2234
Hunter Lab53.315527.8247-32.3067
CIE-Lab60.271133.6069-34.8116

#ae7ecf color RGB value is (174,126,207).

#ae7ecf hex color red value is 174, green value is 126 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ae7ecf hue: 0.77 , saturation: 0.46 and the lightness value of ae7ecf is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111110 11001111
Octal 256 176 317
Decimal 174 126 207
Hex AE 7E CF

RGB Percentages of Color #ae7ecf

%34.32
%24.85
%40.83

CMYK Percentages of Color #ae7ecf

%16
%39
%0
%19

Triadic Colors of #ae7ecf

#ae7ecf #cfae7e #7ecfae

Analogous Colors of #ae7ecf

#ae7ecf #cf7ec8 #867ecf

Monochromatic Colors of #ae7ecf

#ae7ecf

Complementary Color

#ae7ecf #9fcf7e

#ae7ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7ecf Color CSS Codes

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

#ae7ecf Text Font Color

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

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


#ae7ecf Background Color

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

This div background color is #ae7ecf


#ae7ecf Border Color

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

This div border color is #ae7ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7ecf


Comments

No comments written yet.

Please login to write comment.