color codes Logo

#a00aef color codes

#A00AEF
(160,10,239)
0 Favorites   0 Comments

Color spaces of #a00aef

RGB 16010239
HSL0.780.920.49
HSV279°96°94°
CMYK 0.330.960.00   0.06
XYZ30.185713.922782.7577
Yxy13.92270.23790.1097
Hunter Lab37.313179.1055-105.3815
CIE-Lab44.121981.9874-78.8626

#a00aef color RGB value is (160,10,239).

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

The process color (four color CMYK) of #a00aef color code is 0.33, 0.96, 0.00, 0.06. Web safe color of #a00aef is #9900ff. Color #a00aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00001010 11101111
Octal 240 12 357
Decimal 160 10 239
Hex A0 A EF

RGB Percentages of Color #a00aef

%39.12
%2.44
%58.44

CMYK Percentages of Color #a00aef

%33
%96
%0
%6

Triadic Colors of #a00aef

#a00aef #efa00a #0aefa0

Analogous Colors of #a00aef

#a00aef #ef0acc #2e0aef

Monochromatic Colors of #a00aef

#a00aef

Complementary Color

#a00aef #59ef0a

#a00aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a00aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a00aef Color CSS Codes

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

#a00aef Text Font Color

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

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


#a00aef Background Color

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

This div background color is #a00aef


#a00aef Border Color

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

This div border color is #a00aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a00aef


Comments

No comments written yet.

Please login to write comment.