Color Hex Logo

#976deb Color Hex

#976DEB
(151,109,235)
0 Favorites   0 Comments

Color spaces of #976deb

RGB 151109235
HSL0.720.760.67
HSV260°54°92°
CMYK 0.360.540.00   0.08
XYZ33.226523.514781.3848
Yxy23.51470.24060.1702
Hunter Lab48.492037.4466-65.5629
CIE-Lab55.598643.6092-58.0602

#976deb color RGB value is (151,109,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01101101 11101011
Octal 227 155 353
Decimal 151 109 235
Hex 97 6D EB

RGB Percentages of Color #976deb

%30.51
%22.02
%47.47

CMYK Percentages of Color #976deb

%36
%54
%0
%8

Triadic Colors of #976deb

#976deb #eb976d #6deb97

Analogous Colors of #976deb

#976deb #d66deb #6d82eb

Monochromatic Colors of #976deb

#976deb

Complementary Color

#976deb #c1eb6d

#976deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#976deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#976deb Color CSS Codes

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

#976deb Text Font Color

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

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


#976deb Background Color

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

This div background color is #976deb


#976deb Border Color

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

This div border color is #976deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #976deb


Comments

No comments written yet.

Please login to write comment.