Color Hex Logo

#a713b5 Color Hex

#A713B5
(167,19,181)
0 Favorites   0 Comments

Color spaces of #a713b5

RGB 16719181
HSL0.820.810.39
HSV295°90°71°
CMYK 0.080.900.00   0.29
XYZ24.509712.017444.7439
Yxy12.01740.30160.1479
Hunter Lab34.666165.5377-52.2599
CIE-Lab41.243871.5107-49.9960

#a713b5 color RGB value is (167,19,181).

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

The process color (four color CMYK) of #a713b5 color hex is 0.08, 0.90, 0.00, 0.29. Web safe color of #a713b5 is #9900cc. Color #a713b5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010011 10110101
Octal 247 23 265
Decimal 167 19 181
Hex A7 13 B5

RGB Percentages of Color #a713b5

%45.50
%5.18
%49.32

CMYK Percentages of Color #a713b5

%8
%90
%0
%29

Triadic Colors of #a713b5

#a713b5 #b5a713 #13b5a7

Analogous Colors of #a713b5

#a713b5 #b51372 #5613b5

Monochromatic Colors of #a713b5

#a713b5

Complementary Color

#a713b5 #21b513

#a713b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a713b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a713b5 Color CSS Codes

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

#a713b5 Text Font Color

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

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


#a713b5 Background Color

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

This div background color is #a713b5


#a713b5 Border Color

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

This div border color is #a713b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a713b5


Comments

No comments written yet.

Please login to write comment.