Color Hex Logo

#ae2fac Color Hex

#AE2FAC
(174,47,172)
0 Favorites   0 Comments

Color spaces of #ae2fac

RGB 17447172
HSL0.840.570.43
HSV301°73°68°
CMYK 0.000.730.01   0.32
XYZ25.918514.010340.3679
Yxy14.01030.32280.1745
Hunter Lab37.430358.0986-37.7419
CIE-Lab44.247764.5471-39.8021

#ae2fac color RGB value is (174,47,172).

#ae2fac hex color red value is 174, green value is 47 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ae2fac hue: 0.84 , saturation: 0.57 and the lightness value of ae2fac is 0.43.

The process color (four color CMYK) of #ae2fac color hex is 0.00, 0.73, 0.01, 0.32. Web safe color of #ae2fac is #993399. Color #ae2fac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101111 10101100
Octal 256 57 254
Decimal 174 47 172
Hex AE 2F AC

RGB Percentages of Color #ae2fac

%44.27
%11.96
%43.77

CMYK Percentages of Color #ae2fac

%0
%73
%1
%32

Triadic Colors of #ae2fac

#ae2fac #acae2f #2facae

Analogous Colors of #ae2fac

#ae2fac #ae2f6d #712fae

Monochromatic Colors of #ae2fac

#ae2fac

Complementary Color

#ae2fac #2fae31

#ae2fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2fac Color CSS Codes

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

#ae2fac Text Font Color

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

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


#ae2fac Background Color

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

This div background color is #ae2fac


#ae2fac Border Color

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

This div border color is #ae2fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2fac


Comments

No comments written yet.

Please login to write comment.