Color Hex Logo

#a812ea Color Hex

#A812EA
(168,18,234)
0 Favorites   0 Comments

Color spaces of #a812ea

RGB 16818234
HSL0.780.860.49
HSV282°92°92°
CMYK 0.280.920.00   0.08
XYZ31.216014.698079.0336
Yxy14.69800.24980.1176
Hunter Lab38.338078.2490-95.3896
CIE-Lab45.217881.1017-74.1932

#a812ea color RGB value is (168,18,234).

#a812ea hex color red value is 168, green value is 18 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a812ea hue: 0.78 , saturation: 0.86 and the lightness value of a812ea is 0.49.

The process color (four color CMYK) of #a812ea color hex is 0.28, 0.92, 0.00, 0.08. Web safe color of #a812ea is #9900ff. Color #a812ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010010 11101010
Octal 250 22 352
Decimal 168 18 234
Hex A8 12 EA

RGB Percentages of Color #a812ea

%40.00
%4.29
%55.71

CMYK Percentages of Color #a812ea

%28
%92
%0
%8

Triadic Colors of #a812ea

#a812ea #eaa812 #12eaa8

Analogous Colors of #a812ea

#a812ea #ea12c0 #3c12ea

Monochromatic Colors of #a812ea

#a812ea

Complementary Color

#a812ea #54ea12

#a812ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a812ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a812ea Color CSS Codes

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

#a812ea Text Font Color

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

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


#a812ea Background Color

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

This div background color is #a812ea


#a812ea Border Color

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

This div border color is #a812ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a812ea


Comments

No comments written yet.

Please login to write comment.