Color Hex Logo

#958baf Color Hex

#958BAF
(149,139,175)
0 Favorites   0 Comments

Color spaces of #958baf

RGB 149139175
HSL0.710.180.62
HSV257°21°69°
CMYK 0.150.210.00   0.31
XYZ29.364927.949944.4046
Yxy27.94990.28870.2748
Hunter Lab52.86776.6279-12.7915
CIE-Lab59.843411.1016-17.5507

#958baf color RGB value is (149,139,175).

#958baf hex color red value is 149, green value is 139 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #958baf hue: 0.71 , saturation: 0.18 and the lightness value of 958baf is 0.62.

The process color (four color CMYK) of #958baf color hex is 0.15, 0.21, 0.00, 0.31. Web safe color of #958baf is #999999. Color #958baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001011 10101111
Octal 225 213 257
Decimal 149 139 175
Hex 95 8B AF

RGB Percentages of Color #958baf

%32.18
%30.02
%37.80

CMYK Percentages of Color #958baf

%15
%21
%0
%31

Triadic Colors of #958baf

#958baf #af958b #8baf95

Analogous Colors of #958baf

#958baf #a78baf #8b93af

Monochromatic Colors of #958baf

#958baf

Complementary Color

#958baf #a5af8b

#958baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#958baf Color CSS Codes

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

#958baf Text Font Color

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

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


#958baf Background Color

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

This div background color is #958baf


#958baf Border Color

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

This div border color is #958baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958baf


Comments

No comments written yet.

Please login to write comment.