Color Hex Logo

#ae2acb Color Hex

#AE2ACB
(174,42,203)
0 Favorites   0 Comments

Color spaces of #ae2acb

RGB 17442203
HSL0.800.660.48
HSV289°79°80°
CMYK 0.140.790.00   0.20
XYZ29.063014.966457.8569
Yxy14.96640.28520.1469
Hunter Lab38.686466.3960-61.5897
CIE-Lab45.588171.3845-55.8061

#ae2acb color RGB value is (174,42,203).

#ae2acb hex color red value is 174, green value is 42 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ae2acb hue: 0.80 , saturation: 0.66 and the lightness value of ae2acb is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101010 11001011
Octal 256 52 313
Decimal 174 42 203
Hex AE 2A CB

RGB Percentages of Color #ae2acb

%41.53
%10.02
%48.45

CMYK Percentages of Color #ae2acb

%14
%79
%0
%20

Triadic Colors of #ae2acb

#ae2acb #cbae2a #2acbae

Analogous Colors of #ae2acb

#ae2acb #cb2a98 #5e2acb

Monochromatic Colors of #ae2acb

#ae2acb

Complementary Color

#ae2acb #47cb2a

#ae2acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2acb Color CSS Codes

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

#ae2acb Text Font Color

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

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


#ae2acb Background Color

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

This div background color is #ae2acb


#ae2acb Border Color

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

This div border color is #ae2acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2acb


Comments

No comments written yet.

Please login to write comment.