Color Hex Logo

#a318fb Color Hex

#A318FB
(163,24,251)
0 Favorites   0 Comments

Color spaces of #a318fb

RGB 16324251
HSL0.770.970.54
HSV277°90°98°
CMYK 0.350.900.00   0.02
XYZ32.843515.404892.5092
Yxy15.40480.23330.1094
Hunter Lab39.248980.6830-112.2714
CIE-Lab46.183782.8320-82.2121

#a318fb color RGB value is (163,24,251).

#a318fb hex color red value is 163, green value is 24 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a318fb hue: 0.77 , saturation: 0.97 and the lightness value of a318fb is 0.54.

The process color (four color CMYK) of #a318fb color hex is 0.35, 0.90, 0.00, 0.02. Web safe color of #a318fb is #9900ff. Color #a318fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 00011000 11111011
Octal 243 30 373
Decimal 163 24 251
Hex A3 18 FB

RGB Percentages of Color #a318fb

%37.21
%5.48
%57.31

CMYK Percentages of Color #a318fb

%35
%90
%0
%2

Triadic Colors of #a318fb

#a318fb #fba318 #18fba3

Analogous Colors of #a318fb

#a318fb #fb18e2 #3218fb

Monochromatic Colors of #a318fb

#a318fb

Complementary Color

#a318fb #70fb18

#a318fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a318fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a318fb Color CSS Codes

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

#a318fb Text Font Color

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

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


#a318fb Background Color

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

This div background color is #a318fb


#a318fb Border Color

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

This div border color is #a318fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a318fb


Comments

No comments written yet.

Please login to write comment.