color codes Logo

#976ddc color codes

#976DDC
(151,109,220)
0 Favorites   0 Comments

Color spaces of #976ddc

RGB 151109220
HSL0.730.610.65
HSV263°50°86°
CMYK 0.310.500.00   0.14
XYZ31.149422.683970.4468
Yxy22.68390.25060.1825
Hunter Lab47.627633.3942-54.3575
CIE-Lab54.745239.7894-51.0059

#976ddc color RGB value is (151,109,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 01101101 11011100
Octal 227 155 334
Decimal 151 109 220
Hex 97 6D DC

RGB Percentages of Color #976ddc

%31.46
%22.71
%45.83

CMYK Percentages of Color #976ddc

%31
%50
%0
%14

Triadic Colors of #976ddc

#976ddc #dc976d #6ddc97

Analogous Colors of #976ddc

#976ddc #cf6ddc #6d7bdc

Monochromatic Colors of #976ddc

#976ddc

Complementary Color

#976ddc #b2dc6d

#976ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#976ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#976ddc Color CSS Codes

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

#976ddc Text Font Color

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

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


#976ddc Background Color

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

This div background color is #976ddc


#976ddc Border Color

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

This div border color is #976ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #976ddc


Comments

No comments written yet.

Please login to write comment.