Color Hex Logo

#958bce Color Hex

#958BCE
(149,139,206)
0 Favorites   0 Comments

Color spaces of #958bce

RGB 149139206
HSL0.690.410.68
HSV249°33°81°
CMYK 0.280.330.00   0.19
XYZ32.767629.311062.3231
Yxy29.31100.26340.2356
Hunter Lab54.139613.2914-30.3542
CIE-Lab61.055118.4606-33.2043

#958bce color RGB value is (149,139,206).

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

The process color (four color CMYK) of #958bce color hex is 0.28, 0.33, 0.00, 0.19. Web safe color of #958bce is #9999cc. Color #958bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001011 11001110
Octal 225 213 316
Decimal 149 139 206
Hex 95 8B CE

RGB Percentages of Color #958bce

%30.16
%28.14
%41.70

CMYK Percentages of Color #958bce

%28
%33
%0
%19

Triadic Colors of #958bce

#958bce #ce958b #8bce95

Analogous Colors of #958bce

#958bce #b78bce #8ba3ce

Monochromatic Colors of #958bce

#958bce

Complementary Color

#958bce #c4ce8b

#958bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#958bce Color CSS Codes

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

#958bce Text Font Color

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

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


#958bce Background Color

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

This div background color is #958bce


#958bce Border Color

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

This div border color is #958bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958bce


Comments

No comments written yet.

Please login to write comment.