Color Hex Logo

#976bde Color Hex

#976BDE
(151,107,222)
0 Favorites   0 Comments

Color spaces of #976bde

RGB 151107222
HSL0.730.640.65
HSV263°52°87°
CMYK 0.320.520.00   0.13
XYZ31.205022.368671.7801
Yxy22.36860.24890.1784
Hunter Lab47.295535.0052-56.8774
CIE-Lab54.415941.4138-52.6582

#976bde color RGB value is (151,107,222).

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

The process color (four color CMYK) of #976bde color hex is 0.32, 0.52, 0.00, 0.13. Web safe color of #976bde is #9966cc. Color #976bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01101011 11011110
Octal 227 153 336
Decimal 151 107 222
Hex 97 6B DE

RGB Percentages of Color #976bde

%31.46
%22.29
%46.25

CMYK Percentages of Color #976bde

%32
%52
%0
%13

Triadic Colors of #976bde

#976bde #de976b #6bde97

Analogous Colors of #976bde

#976bde #d16bde #6b79de

Monochromatic Colors of #976bde

#976bde

Complementary Color

#976bde #b2de6b

#976bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#976bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#976bde Color CSS Codes

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

#976bde Text Font Color

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

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


#976bde Background Color

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

This div background color is #976bde


#976bde Border Color

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

This div border color is #976bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #976bde


Comments

No comments written yet.

Please login to write comment.