Color Hex Logo

#a876fb Color Hex

#A876FB
(168,118,251)
0 Favorites   0 Comments

Color spaces of #a876fb

RGB 168118251
HSL0.730.940.72
HSV263°53°98°
CMYK 0.330.530.00   0.02
XYZ40.039528.246794.6086
Yxy28.24670.24580.1734
Hunter Lab53.147641.4671-68.3394
CIE-Lab60.111046.7532-59.6219

#a876fb color RGB value is (168,118,251).

#a876fb hex color red value is 168, green value is 118 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a876fb hue: 0.73 , saturation: 0.94 and the lightness value of a876fb is 0.72.

The process color (four color CMYK) of #a876fb color hex is 0.33, 0.53, 0.00, 0.02. Web safe color of #a876fb is #9966ff. Color #a876fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110110 11111011
Octal 250 166 373
Decimal 168 118 251
Hex A8 76 FB

RGB Percentages of Color #a876fb

%31.28
%21.97
%46.74

CMYK Percentages of Color #a876fb

%33
%53
%0
%2

Triadic Colors of #a876fb

#a876fb #fba876 #76fba8

Analogous Colors of #a876fb

#a876fb #eb76fb #7687fb

Monochromatic Colors of #a876fb

#a876fb

Complementary Color

#a876fb #c9fb76

#a876fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a876fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a876fb Color CSS Codes

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

#a876fb Text Font Color

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

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


#a876fb Background Color

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

This div background color is #a876fb


#a876fb Border Color

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

This div border color is #a876fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a876fb

Related Colors


Comments

No comments written yet.

Please login to write comment.