Color Hex Logo

#aa0cdf Color Hex

#AA0CDF
(170,12,223)
0 Favorites   0 Comments

Color spaces of #aa0cdf

RGB 17012223
HSL0.790.900.46
HSV285°95°87°
CMYK 0.240.950.00   0.13
XYZ30.028314.136770.9580
Yxy14.13670.26080.1228
Hunter Lab37.598876.7612-85.5754
CIE-Lab44.428380.0725-69.2111

#aa0cdf color RGB value is (170,12,223).

#aa0cdf hex color red value is 170, green value is 12 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #aa0cdf hue: 0.79 , saturation: 0.90 and the lightness value of aa0cdf is 0.46.

The process color (four color CMYK) of #aa0cdf color hex is 0.24, 0.95, 0.00, 0.13. Web safe color of #aa0cdf is #9900cc. Color #aa0cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00001100 11011111
Octal 252 14 337
Decimal 170 12 223
Hex AA C DF

RGB Percentages of Color #aa0cdf

%41.98
%2.96
%55.06

CMYK Percentages of Color #aa0cdf

%24
%95
%0
%13

Triadic Colors of #aa0cdf

#aa0cdf #dfaa0c #0cdfaa

Analogous Colors of #aa0cdf

#aa0cdf #df0cab #400cdf

Monochromatic Colors of #aa0cdf

#aa0cdf

Complementary Color

#aa0cdf #41df0c

#aa0cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa0cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa0cdf Color CSS Codes

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

#aa0cdf Text Font Color

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

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


#aa0cdf Background Color

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

This div background color is #aa0cdf


#aa0cdf Border Color

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

This div border color is #aa0cdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,12,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa0cdf


Comments

No comments written yet.

Please login to write comment.