color codes Logo

#aa13ce color codes

#AA13CE
(170,19,206)
0 Favorites   0 Comments

Color spaces of #aa13ce

RGB 17019206
HSL0.800.830.44
HSV288°91°81°
CMYK 0.170.910.00   0.19
XYZ27.951013.468059.5189
Yxy13.46800.27690.1334
Hunter Lab36.698871.7286-70.4687
CIE-Lab43.460176.2049-61.0116

#aa13ce color RGB value is (170,19,206).

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

The process color (four color CMYK) of #aa13ce color code is 0.17, 0.91, 0.00, 0.19. Web safe color of #aa13ce is #9900cc. Color #aa13ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00010011 11001110
Octal 252 23 316
Decimal 170 19 206
Hex AA 13 CE

RGB Percentages of Color #aa13ce

%43.04
%4.81
%52.15

CMYK Percentages of Color #aa13ce

%17
%91
%0
%19

Triadic Colors of #aa13ce

#aa13ce #ceaa13 #13ceaa

Analogous Colors of #aa13ce

#aa13ce #ce1395 #4d13ce

Monochromatic Colors of #aa13ce

#aa13ce

Complementary Color

#aa13ce #37ce13

#aa13ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa13ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa13ce Color CSS Codes

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

#aa13ce Text Font Color

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

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


#aa13ce Background Color

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

This div background color is #aa13ce


#aa13ce Border Color

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

This div border color is #aa13ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa13ce


Comments

No comments written yet.

Please login to write comment.