Color Hex Logo

#976bdb Color Hex

#976BDB
(151,107,219)
0 Favorites   0 Comments

Color spaces of #976bdb

RGB 151107219
HSL0.730.610.64
HSV264°51°86°
CMYK 0.310.510.00   0.14
XYZ30.806422.209269.6810
Yxy22.20920.25110.1810
Hunter Lab47.126634.2128-54.6770
CIE-Lab54.248340.6615-51.2337

#976bdb color RGB value is (151,107,219).

#976bdb hex color red value is 151, green value is 107 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #976bdb hue: 0.73 , saturation: 0.61 and the lightness value of 976bdb is 0.64.

The process color (four color CMYK) of #976bdb color hex is 0.31, 0.51, 0.00, 0.14. Web safe color of #976bdb is #9966cc. Color #976bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01101011 11011011
Octal 227 153 333
Decimal 151 107 219
Hex 97 6B DB

RGB Percentages of Color #976bdb

%31.66
%22.43
%45.91

CMYK Percentages of Color #976bdb

%31
%51
%0
%14

Triadic Colors of #976bdb

#976bdb #db976b #6bdb97

Analogous Colors of #976bdb

#976bdb #cf6bdb #6b77db

Monochromatic Colors of #976bdb

#976bdb

Complementary Color

#976bdb #afdb6b

#976bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#976bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#976bdb Color CSS Codes

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

#976bdb Text Font Color

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

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


#976bdb Background Color

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

This div background color is #976bdb


#976bdb Border Color

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

This div border color is #976bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #976bdb


Comments

No comments written yet.

Please login to write comment.