Color Hex Logo

#a812ff Color Hex

#A812FF
(168,18,255)
0 Favorites   0 Comments

Color spaces of #a812ff

RGB 16818255
HSL0.771.000.54
HSV278°93°100°
CMYK 0.340.930.00   0.00
XYZ34.414815.977495.8778
Yxy15.97740.23530.1092
Hunter Lab39.971783.7341-114.2351
CIE-Lab46.944885.0598-83.1717

#a812ff color RGB value is (168,18,255).

#a812ff hex color red value is 168, green value is 18 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a812ff hue: 0.77 , saturation: 1.00 and the lightness value of a812ff is 0.54.

The process color (four color CMYK) of #a812ff color hex is 0.34, 0.93, 0.00, 0.00. Web safe color of #a812ff is #9900ff. Color #a812ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010010 11111111
Octal 250 22 377
Decimal 168 18 255
Hex A8 12 FF

RGB Percentages of Color #a812ff

%38.10
%4.08
%57.82

CMYK Percentages of Color #a812ff

%34
%93
%0
%0

Triadic Colors of #a812ff

#a812ff #ffa812 #12ffa8

Analogous Colors of #a812ff

#a812ff #ff12e0 #3112ff

Monochromatic Colors of #a812ff

#a812ff

Complementary Color

#a812ff #69ff12

#a812ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a812ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a812ff Color CSS Codes

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

#a812ff Text Font Color

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

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


#a812ff Background Color

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

This div background color is #a812ff


#a812ff Border Color

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

This div border color is #a812ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,18,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a812ff

Related Colors


Comments

No comments written yet.

Please login to write comment.