Color Hex Logo

#956cbf Color Hex

#956CBF
(149,108,191)
0 Favorites   0 Comments

Color spaces of #956cbf

RGB 149108191
HSL0.750.390.59
HSV270°43°75°
CMYK 0.220.430.00   0.25
XYZ27.161020.876351.8882
Yxy20.87630.27180.2089
Hunter Lab45.690626.1517-35.3489
CIE-Lab52.813832.7245-37.5741

#956cbf color RGB value is (149,108,191).

#956cbf hex color red value is 149, green value is 108 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #956cbf hue: 0.75 , saturation: 0.39 and the lightness value of 956cbf is 0.59.

The process color (four color CMYK) of #956cbf color hex is 0.22, 0.43, 0.00, 0.25. Web safe color of #956cbf is #9966cc. Color #956cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01101100 10111111
Octal 225 154 277
Decimal 149 108 191
Hex 95 6C BF

RGB Percentages of Color #956cbf

%33.26
%24.11
%42.63

CMYK Percentages of Color #956cbf

%22
%43
%0
%25

Triadic Colors of #956cbf

#956cbf #bf956c #6cbf95

Analogous Colors of #956cbf

#956cbf #bf6cbf #6c6dbf

Monochromatic Colors of #956cbf

#956cbf

Complementary Color

#956cbf #96bf6c

#956cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#956cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#956cbf Color CSS Codes

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

#956cbf Text Font Color

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

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


#956cbf Background Color

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

This div background color is #956cbf


#956cbf Border Color

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

This div border color is #956cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #956cbf


Comments

No comments written yet.

Please login to write comment.