Color Hex Logo

#ae12ce Color Hex

#AE12CE
(174,18,206)
0 Favorites   0 Comments

Color spaces of #ae12ce

RGB 17418206
HSL0.800.840.44
HSV290°91°81°
CMYK 0.160.910.00   0.19
XYZ28.812413.887559.5545
Yxy13.88750.28180.1358
Hunter Lab37.265972.7930-68.6649
CIE-Lab44.071276.9522-59.9907

#ae12ce color RGB value is (174,18,206).

#ae12ce hex color red value is 174, green value is 18 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ae12ce hue: 0.80 , saturation: 0.84 and the lightness value of ae12ce is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00010010 11001110
Octal 256 22 316
Decimal 174 18 206
Hex AE 12 CE

RGB Percentages of Color #ae12ce

%43.72
%4.52
%51.76

CMYK Percentages of Color #ae12ce

%16
%91
%0
%19

Triadic Colors of #ae12ce

#ae12ce #ceae12 #12ceae

Analogous Colors of #ae12ce

#ae12ce #ce1290 #5012ce

Monochromatic Colors of #ae12ce

#ae12ce

Complementary Color

#ae12ce #32ce12

#ae12ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae12ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae12ce Color CSS Codes

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

#ae12ce Text Font Color

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

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


#ae12ce Background Color

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

This div background color is #ae12ce


#ae12ce Border Color

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

This div border color is #ae12ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae12ce


Comments

No comments written yet.

Please login to write comment.