Color Hex Logo

#a713ff Color Hex

#A713FF
(167,19,255)
0 Favorites   0 Comments

Color spaces of #a713ff

RGB 16719255
HSL0.771.000.54
HSV278°93°100°
CMYK 0.350.930.00   0.00
XYZ34.219215.901295.8734
Yxy15.90120.23440.1089
Hunter Lab39.876383.3933-114.6357
CIE-Lab46.844684.8153-83.3416

#a713ff color RGB value is (167,19,255).

#a713ff hex color red value is 167, green value is 19 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a713ff hue: 0.77 , saturation: 1.00 and the lightness value of a713ff is 0.54.

The process color (four color CMYK) of #a713ff color hex is 0.35, 0.93, 0.00, 0.00. Web safe color of #a713ff is #9900ff. Color #a713ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010011 11111111
Octal 247 23 377
Decimal 167 19 255
Hex A7 13 FF

RGB Percentages of Color #a713ff

%37.87
%4.31
%57.82

CMYK Percentages of Color #a713ff

%35
%93
%0
%0

Triadic Colors of #a713ff

#a713ff #ffa713 #13ffa7

Analogous Colors of #a713ff

#a713ff #ff13e1 #3113ff

Monochromatic Colors of #a713ff

#a713ff

Complementary Color

#a713ff #6bff13

#a713ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a713ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a713ff Color CSS Codes

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

#a713ff Text Font Color

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

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


#a713ff Background Color

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

This div background color is #a713ff


#a713ff Border Color

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

This div border color is #a713ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a713ff


Comments

No comments written yet.

Please login to write comment.