Color Hex Logo

#a713bf Color Hex

#A713BF
(167,19,191)
0 Favorites   0 Comments

Color spaces of #a713bf

RGB 16719191
HSL0.810.820.41
HSV292°90°75°
CMYK 0.130.900.00   0.25
XYZ25.573212.442850.3441
Yxy12.44280.28940.1408
Hunter Lab35.274467.6788-59.9276
CIE-Lab41.911473.1710-54.8062

#a713bf color RGB value is (167,19,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010011 10111111
Octal 247 23 277
Decimal 167 19 191
Hex A7 13 BF

RGB Percentages of Color #a713bf

%44.30
%5.04
%50.66

CMYK Percentages of Color #a713bf

%13
%90
%0
%25

Triadic Colors of #a713bf

#a713bf #bfa713 #13bfa7

Analogous Colors of #a713bf

#a713bf #bf1381 #5113bf

Monochromatic Colors of #a713bf

#a713bf

Complementary Color

#a713bf #2bbf13

#a713bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a713bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a713bf Color CSS Codes

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

#a713bf Text Font Color

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

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


#a713bf Background Color

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

This div background color is #a713bf


#a713bf Border Color

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

This div border color is #a713bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a713bf


Comments

No comments written yet.

Please login to write comment.