Color Hex Logo

#a712bf Color Hex

#A712BF
(167,18,191)
0 Favorites   0 Comments

Color spaces of #a712bf

RGB 16718191
HSL0.810.830.41
HSV292°91°75°
CMYK 0.130.910.00   0.25
XYZ25.556612.409750.3385
Yxy12.40970.28940.1405
Hunter Lab35.227467.8493-60.0638
CIE-Lab41.860073.3227-54.8891

#a712bf color RGB value is (167,18,191).

#a712bf hex color red value is 167, green value is 18 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a712bf hue: 0.81 , saturation: 0.83 and the lightness value of a712bf is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010010 10111111
Octal 247 22 277
Decimal 167 18 191
Hex A7 12 BF

RGB Percentages of Color #a712bf

%44.41
%4.79
%50.80

CMYK Percentages of Color #a712bf

%13
%91
%0
%25

Triadic Colors of #a712bf

#a712bf #bfa712 #12bfa7

Analogous Colors of #a712bf

#a712bf #bf1281 #5012bf

Monochromatic Colors of #a712bf

#a712bf

Complementary Color

#a712bf #2abf12

#a712bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a712bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a712bf Color CSS Codes

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

#a712bf Text Font Color

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

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


#a712bf Background Color

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

This div background color is #a712bf


#a712bf Border Color

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

This div border color is #a712bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a712bf


Comments

No comments written yet.

Please login to write comment.