Color Hex Logo

#957fbb Color Hex

#957FBB
(149,127,187)
0 Favorites   0 Comments

Color spaces of #957fbb

RGB 149127187
HSL0.730.310.62
HSV262°32°73°
CMYK 0.200.320.00   0.27
XYZ28.953425.156250.3433
Yxy25.15620.27720.2408
Hunter Lab50.156015.2693-24.4023
CIE-Lab57.227320.7917-28.3986

#957fbb color RGB value is (149,127,187).

#957fbb hex color red value is 149, green value is 127 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #957fbb hue: 0.73 , saturation: 0.31 and the lightness value of 957fbb is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01111111 10111011
Octal 225 177 273
Decimal 149 127 187
Hex 95 7F BB

RGB Percentages of Color #957fbb

%32.18
%27.43
%40.39

CMYK Percentages of Color #957fbb

%20
%32
%0
%27

Triadic Colors of #957fbb

#957fbb #bb957f #7fbb95

Analogous Colors of #957fbb

#957fbb #b37fbb #7f87bb

Monochromatic Colors of #957fbb

#957fbb

Complementary Color

#957fbb #a5bb7f

#957fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#957fbb Color CSS Codes

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

#957fbb Text Font Color

<p style="color:#957fbb">Text here</p>

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


#957fbb Background Color

<div style="background-color:#957fbb">
Div content here</div>

This div background color is #957fbb


#957fbb Border Color

<div style="border:3px solid #957fbb">
Div here</div>

This div border color is #957fbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,127,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #957fbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #957fbb;
  -webkit-box-shadow: 1px 1px 3px 2px #957fbb;
  box-shadow:         1px 1px 3px 2px #957fbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,127,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957fbb

#957fbb Color Palettes


Comments

No comments written yet.

Please login to write comment.