Color Hex Logo

#976ade Color Hex

#976ADE
(151,106,222)
0 Favorites   0 Comments

Color spaces of #976ade

RGB 151106222
HSL0.730.640.64
HSV263°52°87°
CMYK 0.320.520.00   0.13
XYZ31.101322.161371.7456
Yxy22.16130.24880.1773
Hunter Lab47.075835.5460-57.4075
CIE-Lab54.197741.9718-53.0065

#976ade color RGB value is (151,106,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01101010 11011110
Octal 227 152 336
Decimal 151 106 222
Hex 97 6A DE

RGB Percentages of Color #976ade

%31.52
%22.13
%46.35

CMYK Percentages of Color #976ade

%32
%52
%0
%13

Triadic Colors of #976ade

#976ade #de976a #6ade97

Analogous Colors of #976ade

#976ade #d16ade #6a77de

Monochromatic Colors of #976ade

#976ade

Complementary Color

#976ade #b1de6a

#976ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#976ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#976ade Color CSS Codes

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

#976ade Text Font Color

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

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


#976ade Background Color

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

This div background color is #976ade


#976ade Border Color

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

This div border color is #976ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #976ade


Comments

No comments written yet.

Please login to write comment.