Color Hex Logo

#ae01ce Color Hex

#AE01CE
(174,1,206)
0 Favorites   0 Comments

Color spaces of #ae01ce

RGB 1741206
HSL0.810.990.41
HSV291°100°81°
CMYK 0.161.000.00   0.19
XYZ28.607013.476659.4860
Yxy13.47660.28160.1327
Hunter Lab36.710574.8545-70.3767
CIE-Lab43.472878.7315-60.9597

#ae01ce color RGB value is (174,1,206).

#ae01ce hex color red value is 174, green value is 1 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ae01ce hue: 0.81 , saturation: 0.99 and the lightness value of ae01ce is 0.41.

The process color (four color CMYK) of #ae01ce color hex is 0.16, 1.00, 0.00, 0.19. Web safe color of #ae01ce is #9900cc. Color #ae01ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000001 11001110
Octal 256 1 316
Decimal 174 1 206
Hex AE 1 CE

RGB Percentages of Color #ae01ce

%45.67
%0.26
%54.07

CMYK Percentages of Color #ae01ce

%16
%100
%0
%19

Triadic Colors of #ae01ce

#ae01ce #ceae01 #01ceae

Analogous Colors of #ae01ce

#ae01ce #ce0188 #4801ce

Monochromatic Colors of #ae01ce

#ae01ce

Complementary Color

#ae01ce #21ce01

#ae01ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae01ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae01ce Color CSS Codes

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

#ae01ce Text Font Color

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

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


#ae01ce Background Color

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

This div background color is #ae01ce


#ae01ce Border Color

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

This div border color is #ae01ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae01ce


Comments

No comments written yet.

Please login to write comment.