Color Hex Logo

#a778bc Color Hex

#A778BC
(167,120,188)
0 Favorites   0 Comments

Color spaces of #a778bc

RGB 167120188
HSL0.780.340.60
HSV281°36°74°
CMYK 0.110.360.00   0.26
XYZ31.729925.279350.7840
Yxy25.27930.29440.2345
Hunter Lab50.278524.6608-24.6911
CIE-Lab57.346530.7051-28.6430

#a778bc color RGB value is (167,120,188).

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

The process color (four color CMYK) of #a778bc color hex is 0.11, 0.36, 0.00, 0.26. Web safe color of #a778bc is #9966cc. Color #a778bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01111000 10111100
Octal 247 170 274
Decimal 167 120 188
Hex A7 78 BC

RGB Percentages of Color #a778bc

%35.16
%25.26
%39.58

CMYK Percentages of Color #a778bc

%11
%36
%0
%26

Triadic Colors of #a778bc

#a778bc #bca778 #78bca7

Analogous Colors of #a778bc

#a778bc #bc78af #8578bc

Monochromatic Colors of #a778bc

#a778bc

Complementary Color

#a778bc #8dbc78

#a778bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a778bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a778bc Color CSS Codes

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

#a778bc Text Font Color

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

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


#a778bc Background Color

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

This div background color is #a778bc


#a778bc Border Color

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

This div border color is #a778bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a778bc


Comments

No comments written yet.

Please login to write comment.