Color Hex Logo

#a818fb Color Hex

#A818FB
(168,24,251)
0 Favorites   0 Comments

Color spaces of #a818fb

RGB 16824251
HSL0.770.970.54
HSV278°90°98°
CMYK 0.330.900.00   0.02
XYZ33.887715.943192.5580
Yxy15.94310.23800.1120
Hunter Lab39.928881.6181-109.4885
CIE-Lab46.899783.4253-81.0109

#a818fb color RGB value is (168,24,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00011000 11111011
Octal 250 30 373
Decimal 168 24 251
Hex A8 18 FB

RGB Percentages of Color #a818fb

%37.92
%5.42
%56.66

CMYK Percentages of Color #a818fb

%33
%90
%0
%2

Triadic Colors of #a818fb

#a818fb #fba818 #18fba8

Analogous Colors of #a818fb

#a818fb #fb18dd #3718fb

Monochromatic Colors of #a818fb

#a818fb

Complementary Color

#a818fb #6bfb18

#a818fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a818fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a818fb Color CSS Codes

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

#a818fb Text Font Color

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

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


#a818fb Background Color

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

This div background color is #a818fb


#a818fb Border Color

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

This div border color is #a818fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a818fb


Comments

No comments written yet.

Please login to write comment.