Color Hex Logo

#a778dd Color Hex

#A778DD
(167,120,221)
0 Favorites   0 Comments

Color spaces of #a778dd

RGB 167120221
HSL0.740.600.67
HSV268°46°87°
CMYK 0.240.460.00   0.13
XYZ35.704026.868971.7110
Yxy26.86890.26590.2001
Hunter Lab51.835232.2388-45.7396
CIE-Lab58.852838.1279-44.9526

#a778dd color RGB value is (167,120,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111000 11011101
Octal 247 170 335
Decimal 167 120 221
Hex A7 78 DD

RGB Percentages of Color #a778dd

%32.87
%23.62
%43.50

CMYK Percentages of Color #a778dd

%24
%46
%0
%13

Triadic Colors of #a778dd

#a778dd #dda778 #78dda7

Analogous Colors of #a778dd

#a778dd #da78dd #787cdd

Monochromatic Colors of #a778dd

#a778dd

Complementary Color

#a778dd #aedd78

#a778dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a778dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a778dd Color CSS Codes

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

#a778dd Text Font Color

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

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


#a778dd Background Color

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

This div background color is #a778dd


#a778dd Border Color

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

This div border color is #a778dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a778dd


Comments

No comments written yet.

Please login to write comment.