Color Hex Logo

#a812de Color Hex

#A812DE
(168,18,222)
0 Favorites   0 Comments

Color spaces of #a812de

RGB 16818222
HSL0.790.850.47
HSV284°92°87°
CMYK 0.240.920.00   0.13
XYZ29.549614.031470.2581
Yxy14.03140.25960.1233
Hunter Lab37.458575.2595-84.9848
CIE-Lab44.277978.9015-68.8984

#a812de color RGB value is (168,18,222).

#a812de hex color red value is 168, green value is 18 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a812de hue: 0.79 , saturation: 0.85 and the lightness value of a812de is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010010 11011110
Octal 250 22 336
Decimal 168 18 222
Hex A8 12 DE

RGB Percentages of Color #a812de

%41.18
%4.41
%54.41

CMYK Percentages of Color #a812de

%24
%92
%0
%13

Triadic Colors of #a812de

#a812de #dea812 #12dea8

Analogous Colors of #a812de

#a812de #de12ae #4212de

Monochromatic Colors of #a812de

#a812de

Complementary Color

#a812de #48de12

#a812de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a812de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a812de Color CSS Codes

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

#a812de Text Font Color

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

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


#a812de Background Color

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

This div background color is #a812de


#a812de Border Color

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

This div border color is #a812de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a812de


Comments

No comments written yet.

Please login to write comment.