Color Hex Logo

#9776be Color Hex

#9776BE
(151,118,190)
0 Favorites   0 Comments

Color spaces of #9776be

RGB 151118190
HSL0.740.360.60
HSV268°38°75°
CMYK 0.210.380.00   0.25
XYZ28.535223.253951.6997
Yxy23.25390.27570.2247
Hunter Lab48.222321.2371-29.8099
CIE-Lab55.332927.3296-33.0415

#9776be color RGB value is (151,118,190).

#9776be hex color red value is 151, green value is 118 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9776be hue: 0.74 , saturation: 0.36 and the lightness value of 9776be is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01110110 10111110
Octal 227 166 276
Decimal 151 118 190
Hex 97 76 BE

RGB Percentages of Color #9776be

%32.90
%25.71
%41.39

CMYK Percentages of Color #9776be

%21
%38
%0
%25

Triadic Colors of #9776be

#9776be #be9776 #76be97

Analogous Colors of #9776be

#9776be #bb76be #7679be

Monochromatic Colors of #9776be

#9776be

Complementary Color

#9776be #9dbe76

#9776be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9776be Color Preview on White Background

Lorem ipsum dolor sit amet.

#9776be Color CSS Codes

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

#9776be Text Font Color

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

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


#9776be Background Color

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

This div background color is #9776be


#9776be Border Color

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

This div border color is #9776be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,118,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 #9776be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9776be


Comments

No comments written yet.

Please login to write comment.