Color Hex Logo

#a317de Color Hex

#A317DE
(163,23,222)
0 Favorites   0 Comments

Color spaces of #a317de

RGB 16323222
HSL0.780.810.48
HSV282°90°87°
CMYK 0.270.900.00   0.13
XYZ28.595513.673270.2393
Yxy13.67320.25420.1215
Hunter Lab36.977373.3284-86.7388
CIE-Lab43.760677.4460-69.7750

#a317de color RGB value is (163,23,222).

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

The process color (four color CMYK) of #a317de color hex is 0.27, 0.90, 0.00, 0.13. Web safe color of #a317de is #9900cc. Color #a317de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010111 11011110
Octal 243 27 336
Decimal 163 23 222
Hex A3 17 DE

RGB Percentages of Color #a317de

%39.95
%5.64
%54.41

CMYK Percentages of Color #a317de

%27
%90
%0
%13

Triadic Colors of #a317de

#a317de #dea317 #17dea3

Analogous Colors of #a317de

#a317de #de17b6 #4017de

Monochromatic Colors of #a317de

#a317de

Complementary Color

#a317de #52de17

#a317de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a317de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a317de Color CSS Codes

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

#a317de Text Font Color

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

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


#a317de Background Color

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

This div background color is #a317de


#a317de Border Color

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

This div border color is #a317de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a317de


Comments

No comments written yet.

Please login to write comment.