Color Hex Logo

#aa0cef Color Hex

#AA0CEF
(170,12,239)
0 Favorites   0 Comments

Color spaces of #aa0cef

RGB 17012239
HSL0.780.900.49
HSV282°95°94°
CMYK 0.290.950.00   0.06
XYZ32.289015.041082.8627
Yxy15.04100.24800.1155
Hunter Lab38.782780.7424-99.5304
CIE-Lab45.690382.9730-76.2355

#aa0cef color RGB value is (170,12,239).

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

The process color (four color CMYK) of #aa0cef color hex is 0.29, 0.95, 0.00, 0.06. Web safe color of #aa0cef is #9900ff. Color #aa0cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 00001100 11101111
Octal 252 14 357
Decimal 170 12 239
Hex AA C EF

RGB Percentages of Color #aa0cef

%40.38
%2.85
%56.77

CMYK Percentages of Color #aa0cef

%29
%95
%0
%6

Triadic Colors of #aa0cef

#aa0cef #efaa0c #0cefaa

Analogous Colors of #aa0cef

#aa0cef #ef0cc3 #390cef

Monochromatic Colors of #aa0cef

#aa0cef

Complementary Color

#aa0cef #51ef0c

#aa0cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aa0cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aa0cef Color CSS Codes

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

#aa0cef Text Font Color

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

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


#aa0cef Background Color

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

This div background color is #aa0cef


#aa0cef Border Color

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

This div border color is #aa0cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aa0cef


Comments

No comments written yet.

Please login to write comment.