Color Hex Logo

#a876fd Color Hex

#A876FD
(168,118,253)
0 Favorites   0 Comments

Color spaces of #a876fd

RGB 168118253
HSL0.730.970.73
HSV262°53°99°
CMYK 0.340.530.00   0.01
XYZ40.356528.373596.2781
Yxy28.37350.24460.1720
Hunter Lab53.266842.0200-69.8781
CIE-Lab60.224747.2496-60.5418

#a876fd color RGB value is (168,118,253).

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

The process color (four color CMYK) of #a876fd color hex is 0.34, 0.53, 0.00, 0.01. Web safe color of #a876fd is #9966ff. Color #a876fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01110110 11111101
Octal 250 166 375
Decimal 168 118 253
Hex A8 76 FD

RGB Percentages of Color #a876fd

%31.17
%21.89
%46.94

CMYK Percentages of Color #a876fd

%34
%53
%0
%1

Triadic Colors of #a876fd

#a876fd #fda876 #76fda8

Analogous Colors of #a876fd

#a876fd #ec76fd #7688fd

Monochromatic Colors of #a876fd

#a876fd

Complementary Color

#a876fd #cbfd76

#a876fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a876fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a876fd Color CSS Codes

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

#a876fd Text Font Color

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

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


#a876fd Background Color

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

This div background color is #a876fd


#a876fd Border Color

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

This div border color is #a876fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,118,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a876fd


Comments

No comments written yet.

Please login to write comment.