Color Hex Logo

#958cbf Color Hex

#958CBF
(149,140,191)
0 Favorites   0 Comments

Color spaces of #958cbf

RGB 149140191
HSL0.700.280.65
HSV251°27°75°
CMYK 0.220.270.00   0.25
XYZ31.176528.907353.2267
Yxy28.90730.27510.2551
Hunter Lab53.76559.4155-21.0600
CIE-Lab60.699714.2234-25.3096

#958cbf color RGB value is (149,140,191).

#958cbf hex color red value is 149, green value is 140 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #958cbf hue: 0.70 , saturation: 0.28 and the lightness value of 958cbf is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001100 10111111
Octal 225 214 277
Decimal 149 140 191
Hex 95 8C BF

RGB Percentages of Color #958cbf

%31.04
%29.17
%39.79

CMYK Percentages of Color #958cbf

%22
%27
%0
%25

Triadic Colors of #958cbf

#958cbf #bf958c #8cbf95

Analogous Colors of #958cbf

#958cbf #af8cbf #8c9dbf

Monochromatic Colors of #958cbf

#958cbf

Complementary Color

#958cbf #b6bf8c

#958cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#958cbf Color CSS Codes

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

#958cbf Text Font Color

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

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


#958cbf Background Color

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

This div background color is #958cbf


#958cbf Border Color

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

This div border color is #958cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958cbf


Comments

No comments written yet.

Please login to write comment.