Color Hex Logo

#a878df Color Hex

#A878DF
(168,120,223)
0 Favorites   0 Comments

Color spaces of #a878df

RGB 168120223
HSL0.740.620.67
HSV268°46°87°
CMYK 0.250.460.00   0.13
XYZ36.184227.085573.1329
Yxy27.08550.26530.1986
Hunter Lab52.043733.0283-46.8849
CIE-Lab59.053438.8735-45.7493

#a878df color RGB value is (168,120,223).

#a878df hex color red value is 168, green value is 120 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a878df hue: 0.74 , saturation: 0.62 and the lightness value of a878df is 0.67.

The process color (four color CMYK) of #a878df color hex is 0.25, 0.46, 0.00, 0.13. Web safe color of #a878df is #9966cc. Color #a878df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01111000 11011111
Octal 250 170 337
Decimal 168 120 223
Hex A8 78 DF

RGB Percentages of Color #a878df

%32.88
%23.48
%43.64

CMYK Percentages of Color #a878df

%25
%46
%0
%13

Triadic Colors of #a878df

#a878df #dfa878 #78dfa8

Analogous Colors of #a878df

#a878df #dc78df #787cdf

Monochromatic Colors of #a878df

#a878df

Complementary Color

#a878df #afdf78

#a878df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a878df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a878df Color CSS Codes

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

#a878df Text Font Color

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

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


#a878df Background Color

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

This div background color is #a878df


#a878df Border Color

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

This div border color is #a878df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a878df


Comments

No comments written yet.

Please login to write comment.