Color Hex Logo

#957cbb Color Hex

#957CBB
(149,124,187)
0 Favorites   0 Comments

Color spaces of #957cbb

RGB 149124187
HSL0.730.320.61
HSV264°34°73°
CMYK 0.200.340.00   0.27
XYZ28.571724.392750.2161
Yxy24.39270.27690.2364
Hunter Lab49.389016.8322-25.7107
CIE-Lab56.478822.5329-29.5587

#957cbb color RGB value is (149,124,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01111100 10111011
Octal 225 174 273
Decimal 149 124 187
Hex 95 7C BB

RGB Percentages of Color #957cbb

%32.39
%26.96
%40.65

CMYK Percentages of Color #957cbb

%20
%34
%0
%27

Triadic Colors of #957cbb

#957cbb #bb957c #7cbb95

Analogous Colors of #957cbb

#957cbb #b57cbb #7c83bb

Monochromatic Colors of #957cbb

#957cbb

Complementary Color

#957cbb #a2bb7c

#957cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#957cbb Color CSS Codes

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

#957cbb Text Font Color

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

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


#957cbb Background Color

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

This div background color is #957cbb


#957cbb Border Color

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

This div border color is #957cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957cbb


Comments

No comments written yet.

Please login to write comment.