Color Hex Logo

#9776ea Color Hex

#9776EA
(151,118,234)
0 Favorites   0 Comments

Color spaces of #9776ea

RGB 151118234
HSL0.710.730.69
HSV257°50°92°
CMYK 0.350.500.00   0.08
XYZ34.092225.476780.9625
Yxy25.47670.24260.1813
Hunter Lab50.474432.2348-59.7708
CIE-Lab57.537038.2870-54.4037

#9776ea color RGB value is (151,118,234).

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

The process color (four color CMYK) of #9776ea color hex is 0.35, 0.50, 0.00, 0.08. Web safe color of #9776ea is #9966ff. Color #9776ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01110110 11101010
Octal 227 166 352
Decimal 151 118 234
Hex 97 76 EA

RGB Percentages of Color #9776ea

%30.02
%23.46
%46.52

CMYK Percentages of Color #9776ea

%35
%50
%0
%8

Triadic Colors of #9776ea

#9776ea #ea9776 #76ea97

Analogous Colors of #9776ea

#9776ea #d176ea #768fea

Monochromatic Colors of #9776ea

#9776ea

Complementary Color

#9776ea #c9ea76

#9776ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9776ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9776ea Color CSS Codes

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

#9776ea Text Font Color

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

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


#9776ea Background Color

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

This div background color is #9776ea


#9776ea Border Color

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

This div border color is #9776ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9776ea


Comments

No comments written yet.

Please login to write comment.