Color Hex Logo

#957bbd Color Hex

#957BBD
(149,123,189)
0 Favorites   0 Comments

Color spaces of #957bbd

RGB 149123189
HSL0.730.330.61
HSV264°35°74°
CMYK 0.210.350.00   0.26
XYZ28.662724.229651.3102
Yxy24.22960.27510.2325
Hunter Lab49.223617.7986-27.3469
CIE-Lab56.316923.5860-30.9520

#957bbd color RGB value is (149,123,189).

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

The process color (four color CMYK) of #957bbd color hex is 0.21, 0.35, 0.00, 0.26. Web safe color of #957bbd is #9966cc. Color #957bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01111011 10111101
Octal 225 173 275
Decimal 149 123 189
Hex 95 7B BD

RGB Percentages of Color #957bbd

%32.32
%26.68
%41.00

CMYK Percentages of Color #957bbd

%21
%35
%0
%26

Triadic Colors of #957bbd

#957bbd #bd957b #7bbd95

Analogous Colors of #957bbd

#957bbd #b67bbd #7b82bd

Monochromatic Colors of #957bbd

#957bbd

Complementary Color

#957bbd #a3bd7b

#957bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#957bbd Color CSS Codes

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

#957bbd Text Font Color

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

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


#957bbd Background Color

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

This div background color is #957bbd


#957bbd Border Color

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

This div border color is #957bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957bbd


Comments

No comments written yet.

Please login to write comment.