Color Hex Logo

#9977be Color Hex

#9977BE
(153,119,190)
0 Favorites   0 Comments

Color spaces of #9977be

RGB 153119190
HSL0.750.350.61
HSV269°37°75°
CMYK 0.190.370.00   0.25
XYZ29.028023.683751.7567
Yxy23.68370.27790.2267
Hunter Lab48.665921.3055-28.9894
CIE-Lab55.769727.3632-32.3457

#9977be color RGB value is (153,119,190).

#9977be hex color red value is 153, green value is 119 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9977be hue: 0.75 , saturation: 0.35 and the lightness value of 9977be is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01110111 10111110
Octal 231 167 276
Decimal 153 119 190
Hex 99 77 BE

RGB Percentages of Color #9977be

%33.12
%25.76
%41.13

CMYK Percentages of Color #9977be

%19
%37
%0
%25

Triadic Colors of #9977be

#9977be #be9977 #77be99

Analogous Colors of #9977be

#9977be #bd77be #7779be

Monochromatic Colors of #9977be

#9977be

Complementary Color

#9977be #9cbe77

#9977be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9977be Color Preview on White Background

Lorem ipsum dolor sit amet.

#9977be Color CSS Codes

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

#9977be Text Font Color

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

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


#9977be Background Color

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

This div background color is #9977be


#9977be Border Color

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

This div border color is #9977be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,119,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9977be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9977be;
  -webkit-box-shadow: 1px 1px 3px 2px #9977be;
  box-shadow:         1px 1px 3px 2px #9977be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9977be


Comments

No comments written yet.

Please login to write comment.