Color Hex Logo

#a712ec Color Hex

#A712EC
(167,18,236)
0 Favorites   0 Comments

Color spaces of #a712ec

RGB 16718236
HSL0.780.860.50
HSV281°92°93°
CMYK 0.290.920.00   0.07
XYZ31.293014.704280.5458
Yxy14.70420.24730.1162
Hunter Lab38.346178.5626-97.6963
CIE-Lab45.226481.3480-75.3175

#a712ec color RGB value is (167,18,236).

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

The process color (four color CMYK) of #a712ec color hex is 0.29, 0.92, 0.00, 0.07. Web safe color of #a712ec is #9900ff. Color #a712ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010010 11101100
Octal 247 22 354
Decimal 167 18 236
Hex A7 12 EC

RGB Percentages of Color #a712ec

%39.67
%4.28
%56.06

CMYK Percentages of Color #a712ec

%29
%92
%0
%7

Triadic Colors of #a712ec

#a712ec #eca712 #12eca7

Analogous Colors of #a712ec

#a712ec #ec12c4 #3a12ec

Monochromatic Colors of #a712ec

#a712ec

Complementary Color

#a712ec #57ec12

#a712ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a712ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a712ec Color CSS Codes

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

#a712ec Text Font Color

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

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


#a712ec Background Color

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

This div background color is #a712ec


#a712ec Border Color

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

This div border color is #a712ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a712ec


Comments

No comments written yet.

Please login to write comment.