Color Hex Logo

#a713ca Color Hex

#A713CA
(167,19,202)
0 Favorites   0 Comments

Color spaces of #a713ca

RGB 16719202
HSL0.800.830.43
HSV289°91°79°
CMYK 0.170.910.00   0.21
XYZ26.829912.945556.9618
Yxy12.94550.27730.1338
Hunter Lab35.979970.1413-68.6795
CIE-Lab42.681075.0568-59.9786

#a713ca color RGB value is (167,19,202).

#a713ca hex color red value is 167, green value is 19 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a713ca hue: 0.80 , saturation: 0.83 and the lightness value of a713ca is 0.43.

The process color (four color CMYK) of #a713ca color hex is 0.17, 0.91, 0.00, 0.21. Web safe color of #a713ca is #9900cc. Color #a713ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010011 11001010
Octal 247 23 312
Decimal 167 19 202
Hex A7 13 CA

RGB Percentages of Color #a713ca

%43.04
%4.90
%52.06

CMYK Percentages of Color #a713ca

%17
%91
%0
%21

Triadic Colors of #a713ca

#a713ca #caa713 #13caa7

Analogous Colors of #a713ca

#a713ca #ca1392 #4c13ca

Monochromatic Colors of #a713ca

#a713ca

Complementary Color

#a713ca #36ca13

#a713ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a713ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a713ca Color CSS Codes

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

#a713ca Text Font Color

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

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


#a713ca Background Color

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

This div background color is #a713ca


#a713ca Border Color

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

This div border color is #a713ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a713ca


Comments

No comments written yet.

Please login to write comment.