Color Hex Logo

#ae4ecb Color Hex

#AE4ECB
(174,78,203)
0 Favorites   0 Comments

Color spaces of #ae4ecb

RGB 17478203
HSL0.790.550.55
HSV286°62°80°
CMYK 0.140.620.00   0.20
XYZ30.959418.759258.4891
Yxy18.75920.28610.1734
Hunter Lab43.311951.7962-49.7479
CIE-Lab50.404357.7981-48.0903

#ae4ecb color RGB value is (174,78,203).

#ae4ecb hex color red value is 174, green value is 78 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ae4ecb hue: 0.79 , saturation: 0.55 and the lightness value of ae4ecb is 0.55.

The process color (four color CMYK) of #ae4ecb color hex is 0.14, 0.62, 0.00, 0.20. Web safe color of #ae4ecb is #9966cc. Color #ae4ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01001110 11001011
Octal 256 116 313
Decimal 174 78 203
Hex AE 4E CB

RGB Percentages of Color #ae4ecb

%38.24
%17.14
%44.62

CMYK Percentages of Color #ae4ecb

%14
%62
%0
%20

Triadic Colors of #ae4ecb

#ae4ecb #cbae4e #4ecbae

Analogous Colors of #ae4ecb

#ae4ecb #cb4eaa #704ecb

Monochromatic Colors of #ae4ecb

#ae4ecb

Complementary Color

#ae4ecb #6bcb4e

#ae4ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4ecb Color CSS Codes

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

#ae4ecb Text Font Color

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

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


#ae4ecb Background Color

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

This div background color is #ae4ecb


#ae4ecb Border Color

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

This div border color is #ae4ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4ecb


Comments

No comments written yet.

Please login to write comment.