Color Hex Logo

#958bcd Color Hex

#958BCD
(149,139,205)
0 Favorites   0 Comments

Color spaces of #958bcd

RGB 149139205
HSL0.690.400.67
HSV249°32°80°
CMYK 0.270.320.00   0.20
XYZ32.646529.262661.6852
Yxy29.26260.26410.2368
Hunter Lab54.094913.0594-29.7428
CIE-Lab61.012718.2111-32.7089

#958bcd color RGB value is (149,139,205).

#958bcd hex color red value is 149, green value is 139 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #958bcd hue: 0.69 , saturation: 0.40 and the lightness value of 958bcd is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001011 11001101
Octal 225 213 315
Decimal 149 139 205
Hex 95 8B CD

RGB Percentages of Color #958bcd

%30.22
%28.19
%41.58

CMYK Percentages of Color #958bcd

%27
%32
%0
%20

Triadic Colors of #958bcd

#958bcd #cd958b #8bcd95

Analogous Colors of #958bcd

#958bcd #b68bcd #8ba2cd

Monochromatic Colors of #958bcd

#958bcd

Complementary Color

#958bcd #c3cd8b

#958bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#958bcd Color CSS Codes

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

#958bcd Text Font Color

<p style="color:#958bcd">Text here</p>

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


#958bcd Background Color

<div style="background-color:#958bcd">
Div content here</div>

This div background color is #958bcd


#958bcd Border Color

<div style="border:3px solid #958bcd">
Div here</div>

This div border color is #958bcd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,139,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #958bcd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #958bcd;
  -webkit-box-shadow: 1px 1px 3px 2px #958bcd;
  box-shadow:         1px 1px 3px 2px #958bcd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958bcd


Comments

No comments written yet.

Please login to write comment.