Color Hex Logo

#ae4dcf Color Hex

#AE4DCF
(174,77,207)
0 Favorites   0 Comments

Color spaces of #ae4dcf

RGB 17477207
HSL0.790.580.56
HSV285°63°81°
CMYK 0.160.630.00   0.19
XYZ31.371918.811461.0090
Yxy18.81140.28210.1692
Hunter Lab43.372153.2114-53.0393
CIE-Lab50.465859.0540-50.2863

#ae4dcf color RGB value is (174,77,207).

#ae4dcf hex color red value is 174, green value is 77 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ae4dcf hue: 0.79 , saturation: 0.58 and the lightness value of ae4dcf is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01001101 11001111
Octal 256 115 317
Decimal 174 77 207
Hex AE 4D CF

RGB Percentages of Color #ae4dcf

%37.99
%16.81
%45.20

CMYK Percentages of Color #ae4dcf

%16
%63
%0
%19

Triadic Colors of #ae4dcf

#ae4dcf #cfae4d #4dcfae

Analogous Colors of #ae4dcf

#ae4dcf #cf4daf #6d4dcf

Monochromatic Colors of #ae4dcf

#ae4dcf

Complementary Color

#ae4dcf #6ecf4d

#ae4dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4dcf Color CSS Codes

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

#ae4dcf Text Font Color

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

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


#ae4dcf Background Color

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

This div background color is #ae4dcf


#ae4dcf Border Color

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

This div border color is #ae4dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4dcf


Comments

No comments written yet.

Please login to write comment.