Color Hex Logo

#a317be Color Hex

#A317BE
(163,23,190)
0 Favorites   0 Comments

Color spaces of #a317be

RGB 16323190
HSL0.810.780.42
HSV290°88°75°
CMYK 0.140.880.00   0.25
XYZ24.704912.117049.7519
Yxy12.11700.28540.1400
Hunter Lab34.809565.7680-60.3744
CIE-Lab41.401571.6736-55.0766

#a317be color RGB value is (163,23,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010111 10111110
Octal 243 27 276
Decimal 163 23 190
Hex A3 17 BE

RGB Percentages of Color #a317be

%43.35
%6.12
%50.53

CMYK Percentages of Color #a317be

%14
%88
%0
%25

Triadic Colors of #a317be

#a317be #bea317 #17bea3

Analogous Colors of #a317be

#a317be #be1786 #5017be

Monochromatic Colors of #a317be

#a317be

Complementary Color

#a317be #32be17

#a317be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a317be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a317be Color CSS Codes

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

#a317be Text Font Color

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

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


#a317be Background Color

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

This div background color is #a317be


#a317be Border Color

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

This div border color is #a317be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,23,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a317be


Comments

No comments written yet.

Please login to write comment.