Color Hex Logo

#956aba Color Hex

#956ABA
(149,106,186)
0 Favorites   0 Comments

Color spaces of #956aba

RGB 149106186
HSL0.760.370.57
HSV272°43°73°
CMYK 0.200.430.00   0.27
XYZ26.411420.242848.9696
Yxy20.24280.27620.2117
Hunter Lab44.992026.0479-33.0372
CIE-Lab52.110632.6976-35.8008

#956aba color RGB value is (149,106,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01101010 10111010
Octal 225 152 272
Decimal 149 106 186
Hex 95 6A BA

RGB Percentages of Color #956aba

%33.79
%24.04
%42.18

CMYK Percentages of Color #956aba

%20
%43
%0
%27

Triadic Colors of #956aba

#956aba #ba956a #6aba95

Analogous Colors of #956aba

#956aba #ba6ab7 #6d6aba

Monochromatic Colors of #956aba

#956aba

Complementary Color

#956aba #8fba6a

#956aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#956aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#956aba Color CSS Codes

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

#956aba Text Font Color

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

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


#956aba Background Color

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

This div background color is #956aba


#956aba Border Color

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

This div border color is #956aba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,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 #956aba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #956aba


Comments

No comments written yet.

Please login to write comment.