Color Hex Logo

#ae1ecb Color Hex

#AE1ECB
(174,30,203)
0 Favorites   0 Comments

Color spaces of #ae1ecb

RGB 17430203
HSL0.810.740.46
HSV290°85°80°
CMYK 0.140.850.00   0.20
XYZ28.699314.239057.7357
Yxy14.23900.28510.1414
Hunter Lab37.734669.7238-64.3023
CIE-Lab44.573874.3458-57.4418

#ae1ecb color RGB value is (174,30,203).

#ae1ecb hex color red value is 174, green value is 30 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ae1ecb hue: 0.81 , saturation: 0.74 and the lightness value of ae1ecb is 0.46.

The process color (four color CMYK) of #ae1ecb color hex is 0.14, 0.85, 0.00, 0.20. Web safe color of #ae1ecb is #9933cc. Color #ae1ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00011110 11001011
Octal 256 36 313
Decimal 174 30 203
Hex AE 1E CB

RGB Percentages of Color #ae1ecb

%42.75
%7.37
%49.88

CMYK Percentages of Color #ae1ecb

%14
%85
%0
%20

Triadic Colors of #ae1ecb

#ae1ecb #cbae1e #1ecbae

Analogous Colors of #ae1ecb

#ae1ecb #cb1e92 #571ecb

Monochromatic Colors of #ae1ecb

#ae1ecb

Complementary Color

#ae1ecb #3bcb1e

#ae1ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae1ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae1ecb Color CSS Codes

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

#ae1ecb Text Font Color

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

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


#ae1ecb Background Color

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

This div background color is #ae1ecb


#ae1ecb Border Color

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

This div border color is #ae1ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae1ecb


Comments

No comments written yet.

Please login to write comment.