Color Hex Logo

#958fbf Color Hex

#958FBF
(149,143,191)
0 Favorites   0 Comments

Color spaces of #958fbf

RGB 149143191
HSL0.690.270.65
HSV248°25°75°
CMYK 0.220.250.00   0.25
XYZ31.620929.796153.3748
Yxy29.79610.27550.2596
Hunter Lab54.58587.8777-19.7646
CIE-Lab61.477912.5000-24.1139

#958fbf color RGB value is (149,143,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001111 10111111
Octal 225 217 277
Decimal 149 143 191
Hex 95 8F BF

RGB Percentages of Color #958fbf

%30.85
%29.61
%39.54

CMYK Percentages of Color #958fbf

%22
%25
%0
%25

Triadic Colors of #958fbf

#958fbf #bf958f #8fbf95

Analogous Colors of #958fbf

#958fbf #ad8fbf #8fa1bf

Monochromatic Colors of #958fbf

#958fbf

Complementary Color

#958fbf #b9bf8f

#958fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#958fbf Color CSS Codes

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

#958fbf Text Font Color

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

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


#958fbf Background Color

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

This div background color is #958fbf


#958fbf Border Color

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

This div border color is #958fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958fbf


Comments

No comments written yet.

Please login to write comment.