Color Hex Logo

#a713bd Color Hex

#A713BD
(167,19,189)
0 Favorites   0 Comments

Color spaces of #a713bd

RGB 16719189
HSL0.810.820.41
HSV292°90°74°
CMYK 0.120.900.00   0.26
XYZ25.354512.355449.1926
Yxy12.35540.29180.1422
Hunter Lab35.150267.2423-58.3709
CIE-Lab41.775572.8341-53.8523

#a713bd color RGB value is (167,19,189).

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

The process color (four color CMYK) of #a713bd color hex is 0.12, 0.90, 0.00, 0.26. Web safe color of #a713bd is #9900cc. Color #a713bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010011 10111101
Octal 247 23 275
Decimal 167 19 189
Hex A7 13 BD

RGB Percentages of Color #a713bd

%44.53
%5.07
%50.40

CMYK Percentages of Color #a713bd

%12
%90
%0
%26

Triadic Colors of #a713bd

#a713bd #bda713 #13bda7

Analogous Colors of #a713bd

#a713bd #bd137e #5213bd

Monochromatic Colors of #a713bd

#a713bd

Complementary Color

#a713bd #29bd13

#a713bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a713bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a713bd Color CSS Codes

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

#a713bd Text Font Color

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

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


#a713bd Background Color

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

This div background color is #a713bd


#a713bd Border Color

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

This div border color is #a713bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a713bd


Comments

No comments written yet.

Please login to write comment.