Color Hex Logo

#957cbd Color Hex

#957CBD
(149,124,189)
0 Favorites   0 Comments

Color spaces of #957cbd

RGB 149124189
HSL0.730.330.61
HSV263°34°74°
CMYK 0.210.340.00   0.26
XYZ28.787424.479051.3518
Yxy24.47900.27520.2340
Hunter Lab49.476317.2755-26.9042
CIE-Lab56.564223.0056-30.5677

#957cbd color RGB value is (149,124,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01111100 10111101
Octal 225 174 275
Decimal 149 124 189
Hex 95 7C BD

RGB Percentages of Color #957cbd

%32.25
%26.84
%40.91

CMYK Percentages of Color #957cbd

%21
%34
%0
%26

Triadic Colors of #957cbd

#957cbd #bd957c #7cbd95

Analogous Colors of #957cbd

#957cbd #b67cbd #7c84bd

Monochromatic Colors of #957cbd

#957cbd

Complementary Color

#957cbd #a4bd7c

#957cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#957cbd Color CSS Codes

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

#957cbd Text Font Color

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

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


#957cbd Background Color

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

This div background color is #957cbd


#957cbd Border Color

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

This div border color is #957cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957cbd


Comments

No comments written yet.

Please login to write comment.