Color Hex Logo

#976aba Color Hex

#976ABA
(151,106,186)
0 Favorites   0 Comments

Color spaces of #976aba

RGB 151106186
HSL0.760.370.57
HSV274°43°73°
CMYK 0.190.430.00   0.27
XYZ26.779520.432548.9868
Yxy20.43250.27840.2124
Hunter Lab45.202326.6458-32.6123
CIE-Lab52.322733.2922-35.4531

#976aba color RGB value is (151,106,186).

#976aba hex color red value is 151, green value is 106 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #976aba hue: 0.76 , saturation: 0.37 and the lightness value of 976aba is 0.57.

The process color (four color CMYK) of #976aba color hex is 0.19, 0.43, 0.00, 0.27. Web safe color of #976aba is #9966cc. Color #976aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01101010 10111010
Octal 227 152 272
Decimal 151 106 186
Hex 97 6A BA

RGB Percentages of Color #976aba

%34.09
%23.93
%41.99

CMYK Percentages of Color #976aba

%19
%43
%0
%27

Triadic Colors of #976aba

#976aba #ba976a #6aba97

Analogous Colors of #976aba

#976aba #ba6ab5 #6f6aba

Monochromatic Colors of #976aba

#976aba

Complementary Color

#976aba #8dba6a

#976aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#976aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#976aba Color CSS Codes

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

#976aba Text Font Color

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

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


#976aba Background Color

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

This div background color is #976aba


#976aba Border Color

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

This div border color is #976aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #976aba


Comments

No comments written yet.

Please login to write comment.