Color Hex Logo

#956baf Color Hex

#956BAF
(149,107,175)
0 Favorites   0 Comments

Color spaces of #956baf

RGB 149107175
HSL0.770.300.55
HSV277°39°69°
CMYK 0.150.390.00   0.31
XYZ25.390020.000143.0796
Yxy20.00010.28700.2261
Hunter Lab44.721523.0783-25.8082
CIE-Lab51.837329.6142-29.8643

#956baf color RGB value is (149,107,175).

#956baf hex color red value is 149, green value is 107 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #956baf hue: 0.77 , saturation: 0.30 and the lightness value of 956baf is 0.55.

The process color (four color CMYK) of #956baf color hex is 0.15, 0.39, 0.00, 0.31. Web safe color of #956baf is #996699. Color #956baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01101011 10101111
Octal 225 153 257
Decimal 149 107 175
Hex 95 6B AF

RGB Percentages of Color #956baf

%34.57
%24.83
%40.60

CMYK Percentages of Color #956baf

%15
%39
%0
%31

Triadic Colors of #956baf

#956baf #af956b #6baf95

Analogous Colors of #956baf

#956baf #af6ba7 #736baf

Monochromatic Colors of #956baf

#956baf

Complementary Color

#956baf #85af6b

#956baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#956baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#956baf Color CSS Codes

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

#956baf Text Font Color

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

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


#956baf Background Color

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

This div background color is #956baf


#956baf Border Color

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

This div border color is #956baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #956baf


Comments

No comments written yet.

Please login to write comment.