Color Hex Logo

#958bad Color Hex

#958BAD
(149,139,173)
0 Favorites   0 Comments

Color spaces of #958bad

RGB 149139173
HSL0.720.170.61
HSV258°20°68°
CMYK 0.140.200.00   0.32
XYZ29.169927.871943.3776
Yxy27.87190.29050.2776
Hunter Lab52.79386.2364-11.7594
CIE-Lab59.772810.6561-16.5201

#958bad color RGB value is (149,139,173).

#958bad hex color red value is 149, green value is 139 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #958bad hue: 0.72 , saturation: 0.17 and the lightness value of 958bad is 0.61.

The process color (four color CMYK) of #958bad color hex is 0.14, 0.20, 0.00, 0.32. Web safe color of #958bad is #999999. Color #958bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10001011 10101101
Octal 225 213 255
Decimal 149 139 173
Hex 95 8B AD

RGB Percentages of Color #958bad

%32.32
%30.15
%37.53

CMYK Percentages of Color #958bad

%14
%20
%0
%32

Triadic Colors of #958bad

#958bad #ad958b #8bad95

Analogous Colors of #958bad

#958bad #a68bad #8b92ad

Monochromatic Colors of #958bad

#958bad

Complementary Color

#958bad #a3ad8b

#958bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#958bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#958bad Color CSS Codes

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

#958bad Text Font Color

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

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


#958bad Background Color

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

This div background color is #958bad


#958bad Border Color

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

This div border color is #958bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #958bad


Comments

No comments written yet.

Please login to write comment.