Color Hex Logo

#a712dc Color Hex

#A712DC
(167,18,220)
0 Favorites   0 Comments

Color spaces of #a712dc

RGB 16718220
HSL0.790.850.47
HSV284°92°86°
CMYK 0.240.920.00   0.14
XYZ29.070913.815468.8446
Yxy13.81540.26020.1236
Hunter Lab37.169174.5636-83.7987
CIE-Lab43.967078.4026-68.2676

#a712dc color RGB value is (167,18,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010010 11011100
Octal 247 22 334
Decimal 167 18 220
Hex A7 12 DC

RGB Percentages of Color #a712dc

%41.23
%4.44
%54.32

CMYK Percentages of Color #a712dc

%24
%92
%0
%14

Triadic Colors of #a712dc

#a712dc #dca712 #12dca7

Analogous Colors of #a712dc

#a712dc #dc12ac #4212dc

Monochromatic Colors of #a712dc

#a712dc

Complementary Color

#a712dc #47dc12

#a712dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a712dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a712dc Color CSS Codes

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

#a712dc Text Font Color

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

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


#a712dc Background Color

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

This div background color is #a712dc


#a712dc Border Color

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

This div border color is #a712dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a712dc


Comments

No comments written yet.

Please login to write comment.