Color Hex Logo

#9a77bd Color Hex

#9A77BD
(154,119,189)
0 Favorites   0 Comments

Color spaces of #9a77bd

RGB 154119189
HSL0.750.350.60
HSV270°37°74°
CMYK 0.190.370.00   0.26
XYZ29.108623.737851.1918
Yxy23.73780.27980.2282
Hunter Lab48.721521.3822-28.1912
CIE-Lab55.824327.4391-31.6816

#9a77bd color RGB value is (154,119,189).

#9a77bd hex color red value is 154, green value is 119 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9a77bd hue: 0.75 , saturation: 0.35 and the lightness value of 9a77bd is 0.60.

The process color (four color CMYK) of #9a77bd color hex is 0.19, 0.37, 0.00, 0.26. Web safe color of #9a77bd is #9966cc. Color #9a77bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 01110111 10111101
Octal 232 167 275
Decimal 154 119 189
Hex 9A 77 BD

RGB Percentages of Color #9a77bd

%33.33
%25.76
%40.91

CMYK Percentages of Color #9a77bd

%19
%37
%0
%26

Triadic Colors of #9a77bd

#9a77bd #bd9a77 #77bd9a

Analogous Colors of #9a77bd

#9a77bd #bd77bd #7777bd

Monochromatic Colors of #9a77bd

#9a77bd

Complementary Color

#9a77bd #9abd77

#9a77bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a77bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a77bd Color CSS Codes

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

#9a77bd Text Font Color

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

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


#9a77bd Background Color

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

This div background color is #9a77bd


#9a77bd Border Color

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

This div border color is #9a77bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,119,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9a77bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9a77bd;
  -webkit-box-shadow: 1px 1px 3px 2px #9a77bd;
  box-shadow:         1px 1px 3px 2px #9a77bd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,119,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a77bd


Comments

No comments written yet.

Please login to write comment.