Color Hex Logo

#976beb Color Hex

#976BEB
(151,107,235)
0 Favorites   0 Comments

Color spaces of #976beb

RGB 151107235
HSL0.720.760.67
HSV261°54°92°
CMYK 0.360.540.00   0.08
XYZ33.015623.092981.3145
Yxy23.09290.24020.1680
Hunter Lab48.055138.5397-66.6867
CIE-Lab55.167944.7188-58.7505

#976beb color RGB value is (151,107,235).

#976beb hex color red value is 151, green value is 107 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #976beb hue: 0.72 , saturation: 0.76 and the lightness value of 976beb is 0.67.

The process color (four color CMYK) of #976beb color hex is 0.36, 0.54, 0.00, 0.08. Web safe color of #976beb is #9966ff. Color #976beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01101011 11101011
Octal 227 153 353
Decimal 151 107 235
Hex 97 6B EB

RGB Percentages of Color #976beb

%30.63
%21.70
%47.67

CMYK Percentages of Color #976beb

%36
%54
%0
%8

Triadic Colors of #976beb

#976beb #eb976b #6beb97

Analogous Colors of #976beb

#976beb #d76beb #6b7feb

Monochromatic Colors of #976beb

#976beb

Complementary Color

#976beb #bfeb6b

#976beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#976beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#976beb Color CSS Codes

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

#976beb Text Font Color

<p style="color:#976beb">Text here</p>

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


#976beb Background Color

<div style="background-color:#976beb">
Div content here</div>

This div background color is #976beb


#976beb Border Color

<div style="border:3px solid #976beb">
Div here</div>

This div border color is #976beb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,107,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #976beb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #976beb;
  -webkit-box-shadow: 1px 1px 3px 2px #976beb;
  box-shadow:         1px 1px 3px 2px #976beb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #976beb


Comments

No comments written yet.

Please login to write comment.