Color Hex Logo

#a713ba Color Hex

#A713BA
(167,19,186)
0 Favorites   0 Comments

Color spaces of #a713ba

RGB 16719186
HSL0.810.810.40
HSV293°90°73°
CMYK 0.100.900.00   0.27
XYZ25.032112.226447.4950
Yxy12.22640.29540.1443
Hunter Lab34.966366.5959-56.0578
CIE-Lab41.573772.3337-52.4142

#a713ba color RGB value is (167,19,186).

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

The process color (four color CMYK) of #a713ba color hex is 0.10, 0.90, 0.00, 0.27. Web safe color of #a713ba is #9900cc. Color #a713ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010011 10111010
Octal 247 23 272
Decimal 167 19 186
Hex A7 13 BA

RGB Percentages of Color #a713ba

%44.89
%5.11
%50.00

CMYK Percentages of Color #a713ba

%10
%90
%0
%27

Triadic Colors of #a713ba

#a713ba #baa713 #13baa7

Analogous Colors of #a713ba

#a713ba #ba137a #5313ba

Monochromatic Colors of #a713ba

#a713ba

Complementary Color

#a713ba #26ba13

#a713ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a713ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a713ba Color CSS Codes

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

#a713ba Text Font Color

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

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


#a713ba Background Color

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

This div background color is #a713ba


#a713ba Border Color

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

This div border color is #a713ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a713ba


Comments

No comments written yet.

Please login to write comment.