Color Hex Logo

#a612de Color Hex

#A612DE
(166,18,222)
0 Favorites   0 Comments

Color spaces of #a612de

RGB 16618222
HSL0.790.850.47
HSV284°92°87°
CMYK 0.250.920.00   0.13
XYZ29.127013.813570.2384
Yxy13.81350.25740.1221
Hunter Lab37.166574.8471-86.0315
CIE-Lab43.964378.6310-69.4230

#a612de color RGB value is (166,18,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010010 11011110
Octal 246 22 336
Decimal 166 18 222
Hex A6 12 DE

RGB Percentages of Color #a612de

%40.89
%4.43
%54.68

CMYK Percentages of Color #a612de

%25
%92
%0
%13

Triadic Colors of #a612de

#a612de #dea612 #12dea6

Analogous Colors of #a612de

#a612de #de12b0 #4012de

Monochromatic Colors of #a612de

#a612de

Complementary Color

#a612de #4ade12

#a612de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a612de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a612de Color CSS Codes

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

#a612de Text Font Color

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

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


#a612de Background Color

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

This div background color is #a612de


#a612de Border Color

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

This div border color is #a612de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a612de


Comments

No comments written yet.

Please login to write comment.