Color Hex Logo

#958bbf Color Hex

#958BBF
(149,139,191)
0 Favorites   0 Comments

Color spaces of #958bbf

RGB 149139191
HSL0.700.290.65
HSV252°27°75°
CMYK 0.220.270.00   0.25
XYZ31.031028.616453.1782
Yxy28.61640.27500.2536
Hunter Lab53.49439.9293-21.4936
CIE-Lab60.441614.7989-25.7068

#958bbf color RGB value is (149,139,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001011 10111111
Octal 225 213 277
Decimal 149 139 191
Hex 95 8B BF

RGB Percentages of Color #958bbf

%31.11
%29.02
%39.87

CMYK Percentages of Color #958bbf

%22
%27
%0
%25

Triadic Colors of #958bbf

#958bbf #bf958b #8bbf95

Analogous Colors of #958bbf

#958bbf #af8bbf #8b9bbf

Monochromatic Colors of #958bbf

#958bbf

Complementary Color

#958bbf #b5bf8b

#958bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#958bbf Color CSS Codes

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

#958bbf Text Font Color

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

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


#958bbf Background Color

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

This div background color is #958bbf


#958bbf Border Color

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

This div border color is #958bbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958bbf


Comments

No comments written yet.

Please login to write comment.