Color Hex Logo

#a317bd Color Hex

#A317BD
(163,23,189)
0 Favorites   0 Comments

Color spaces of #a317bd

RGB 16323189
HSL0.810.780.42
HSV291°88°74°
CMYK 0.140.880.00   0.26
XYZ24.596012.073449.1782
Yxy12.07340.28650.1406
Hunter Lab34.746865.5468-59.5922
CIE-Lab41.332571.5011-54.6010

#a317bd color RGB value is (163,23,189).

#a317bd hex color red value is 163, green value is 23 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a317bd hue: 0.81 , saturation: 0.78 and the lightness value of a317bd is 0.42.

The process color (four color CMYK) of #a317bd color hex is 0.14, 0.88, 0.00, 0.26. Web safe color of #a317bd is #9900cc. Color #a317bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010111 10111101
Octal 243 27 275
Decimal 163 23 189
Hex A3 17 BD

RGB Percentages of Color #a317bd

%43.47
%6.13
%50.40

CMYK Percentages of Color #a317bd

%14
%88
%0
%26

Triadic Colors of #a317bd

#a317bd #bda317 #17bda3

Analogous Colors of #a317bd

#a317bd #bd1784 #5017bd

Monochromatic Colors of #a317bd

#a317bd

Complementary Color

#a317bd #31bd17

#a317bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a317bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a317bd Color CSS Codes

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

#a317bd Text Font Color

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

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


#a317bd Background Color

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

This div background color is #a317bd


#a317bd Border Color

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

This div border color is #a317bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,23,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 #a317bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a317bd


Comments

No comments written yet.

Please login to write comment.