Color Hex Logo

#a317ef Color Hex

#A317EF
(163,23,239)
0 Favorites   0 Comments

Color spaces of #a317ef

RGB 16323239
HSL0.770.870.51
HSV279°90°94°
CMYK 0.320.900.00   0.06
XYZ30.990614.631382.8521
Yxy14.63130.24120.1139
Hunter Lab38.250977.6804-101.6476
CIE-Lab45.125080.6691-77.2024

#a317ef color RGB value is (163,23,239).

#a317ef hex color red value is 163, green value is 23 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a317ef hue: 0.77 , saturation: 0.87 and the lightness value of a317ef is 0.51.

The process color (four color CMYK) of #a317ef color hex is 0.32, 0.90, 0.00, 0.06. Web safe color of #a317ef is #9900ff. Color #a317ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00010111 11101111
Octal 243 27 357
Decimal 163 23 239
Hex A3 17 EF

RGB Percentages of Color #a317ef

%38.35
%5.41
%56.24

CMYK Percentages of Color #a317ef

%32
%90
%0
%6

Triadic Colors of #a317ef

#a317ef #efa317 #17efa3

Analogous Colors of #a317ef

#a317ef #ef17cf #3717ef

Monochromatic Colors of #a317ef

#a317ef

Complementary Color

#a317ef #63ef17

#a317ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a317ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a317ef Color CSS Codes

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

#a317ef Text Font Color

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

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


#a317ef Background Color

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

This div background color is #a317ef


#a317ef Border Color

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

This div border color is #a317ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a317ef


Comments

No comments written yet.

Please login to write comment.