Color Hex Logo

#976adc Color Hex

#976ADC
(151,106,220)
0 Favorites   0 Comments

Color spaces of #976adc

RGB 151106220
HSL0.730.620.64
HSV264°52°86°
CMYK 0.310.520.00   0.14
XYZ30.834822.054770.3420
Yxy22.05470.25020.1790
Hunter Lab46.962435.0161-55.9330
CIE-Lab54.085041.4708-52.0584

#976adc color RGB value is (151,106,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01101010 11011100
Octal 227 152 334
Decimal 151 106 220
Hex 97 6A DC

RGB Percentages of Color #976adc

%31.66
%22.22
%46.12

CMYK Percentages of Color #976adc

%31
%52
%0
%14

Triadic Colors of #976adc

#976adc #dc976a #6adc97

Analogous Colors of #976adc

#976adc #d06adc #6a76dc

Monochromatic Colors of #976adc

#976adc

Complementary Color

#976adc #afdc6a

#976adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#976adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#976adc Color CSS Codes

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

#976adc Text Font Color

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

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


#976adc Background Color

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

This div background color is #976adc


#976adc Border Color

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

This div border color is #976adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #976adc


Comments

No comments written yet.

Please login to write comment.