Color Hex Logo

#9778ab Color Hex

#9778AB
(151,120,171)
0 Favorites   0 Comments

Color spaces of #9778ab

RGB 151120171
HSL0.770.230.57
HSV276°30°67°
CMYK 0.120.300.00   0.33
XYZ26.829722.952541.5443
Yxy22.95250.29380.2513
Hunter Lab47.908816.1226-17.8774
CIE-Lab55.023421.8562-22.6057

#9778ab color RGB value is (151,120,171).

#9778ab hex color red value is 151, green value is 120 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #9778ab hue: 0.77 , saturation: 0.23 and the lightness value of 9778ab is 0.57.

The process color (four color CMYK) of #9778ab color hex is 0.12, 0.30, 0.00, 0.33. Web safe color of #9778ab is #996699. Color #9778ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01111000 10101011
Octal 227 170 253
Decimal 151 120 171
Hex 97 78 AB

RGB Percentages of Color #9778ab

%34.16
%27.15
%38.69

CMYK Percentages of Color #9778ab

%12
%30
%0
%33

Triadic Colors of #9778ab

#9778ab #ab9778 #78ab97

Analogous Colors of #9778ab

#9778ab #ab78a6 #7e78ab

Monochromatic Colors of #9778ab

#9778ab

Complementary Color

#9778ab #8cab78

#9778ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9778ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9778ab Color CSS Codes

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

#9778ab Text Font Color

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

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


#9778ab Background Color

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

This div background color is #9778ab


#9778ab Border Color

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

This div border color is #9778ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,120,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9778ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9778ab;
  -webkit-box-shadow: 1px 1px 3px 2px #9778ab;
  box-shadow:         1px 1px 3px 2px #9778ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9778ab


Comments

No comments written yet.

Please login to write comment.