Color Hex Logo

#958abb Color Hex

#958ABB
(149,138,187)
0 Favorites   0 Comments

Color spaces of #958abb

RGB 149138187
HSL0.700.260.64
HSV253°26°73°
CMYK 0.200.260.00   0.27
XYZ30.452528.154450.8430
Yxy28.15440.27820.2572
Hunter Lab53.06079.5881-19.6694
CIE-Lab60.028014.4288-24.0799

#958abb color RGB value is (149,138,187).

#958abb hex color red value is 149, green value is 138 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #958abb hue: 0.70 , saturation: 0.26 and the lightness value of 958abb is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001010 10111011
Octal 225 212 273
Decimal 149 138 187
Hex 95 8A BB

RGB Percentages of Color #958abb

%31.43
%29.11
%39.45

CMYK Percentages of Color #958abb

%20
%26
%0
%27

Triadic Colors of #958abb

#958abb #bb958a #8abb95

Analogous Colors of #958abb

#958abb #ae8abb #8a98bb

Monochromatic Colors of #958abb

#958abb

Complementary Color

#958abb #b0bb8a

#958abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#958abb Color CSS Codes

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

#958abb Text Font Color

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

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


#958abb Background Color

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

This div background color is #958abb


#958abb Border Color

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

This div border color is #958abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958abb


Comments

No comments written yet.

Please login to write comment.