Color Hex Logo

#9d78ab Color Hex

#9D78AB
(157,120,171)
0 Favorites   0 Comments

Color spaces of #9d78ab

RGB 157120171
HSL0.790.230.57
HSV284°30°67°
CMYK 0.080.300.00   0.33
XYZ27.971823.541341.5977
Yxy23.54130.30040.2528
Hunter Lab48.519417.9977-16.8682
CIE-Lab55.625623.8500-21.6296

#9d78ab color RGB value is (157,120,171).

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

The process color (four color CMYK) of #9d78ab color hex is 0.08, 0.30, 0.00, 0.33. Web safe color of #9d78ab is #996699. Color #9d78ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 01111000 10101011
Octal 235 170 253
Decimal 157 120 171
Hex 9D 78 AB

RGB Percentages of Color #9d78ab

%35.04
%26.79
%38.17

CMYK Percentages of Color #9d78ab

%8
%30
%0
%33

Triadic Colors of #9d78ab

#9d78ab #ab9d78 #78ab9d

Analogous Colors of #9d78ab

#9d78ab #ab78a0 #8478ab

Monochromatic Colors of #9d78ab

#9d78ab

Complementary Color

#9d78ab #86ab78

#9d78ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9d78ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9d78ab Color CSS Codes

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

#9d78ab Text Font Color

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

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


#9d78ab Background Color

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

This div background color is #9d78ab


#9d78ab Border Color

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

This div border color is #9d78ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,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 #9d78ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9d78ab


Comments

No comments written yet.

Please login to write comment.