Color Hex Logo

#9776fc Color Hex

#9776FC
(151,118,252)
0 Favorites   0 Comments

Color spaces of #9776fc

RGB 151118252
HSL0.710.960.73
HSV255°53°99°
CMYK 0.400.530.00   0.01
XYZ36.811626.564595.2827
Yxy26.56450.23200.1674
Hunter Lab51.540837.2925-73.5301
CIE-Lab58.569043.0436-62.7326

#9776fc color RGB value is (151,118,252).

#9776fc hex color red value is 151, green value is 118 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #9776fc hue: 0.71 , saturation: 0.96 and the lightness value of 9776fc is 0.73.

The process color (four color CMYK) of #9776fc color hex is 0.40, 0.53, 0.00, 0.01. Web safe color of #9776fc is #9966ff. Color #9776fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01110110 11111100
Octal 227 166 374
Decimal 151 118 252
Hex 97 76 FC

RGB Percentages of Color #9776fc

%28.98
%22.65
%48.37

CMYK Percentages of Color #9776fc

%40
%53
%0
%1

Triadic Colors of #9776fc

#9776fc #fc9776 #76fc97

Analogous Colors of #9776fc

#9776fc #da76fc #7698fc

Monochromatic Colors of #9776fc

#9776fc

Complementary Color

#9776fc #dbfc76

#9776fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9776fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9776fc Color CSS Codes

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

#9776fc Text Font Color

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

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


#9776fc Background Color

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

This div background color is #9776fc


#9776fc Border Color

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

This div border color is #9776fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9776fc

#9776fc Color Palettes


Comments

No comments written yet.

Please login to write comment.