Color Hex Logo

#956bff Color Hex

#956BFF
(149,107,255)
0 Favorites   0 Comments

Color spaces of #956bff

RGB 149107255
HSL0.711.000.71
HSV257°58°100°
CMYK 0.420.580.00   0.00
XYZ35.702124.125097.3826
Yxy24.12500.22710.1535
Hunter Lab49.117243.7922-83.1697
CIE-Lab56.212749.5011-68.1903

#956bff color RGB value is (149,107,255).

#956bff hex color red value is 149, green value is 107 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #956bff hue: 0.71 , saturation: 1.00 and the lightness value of 956bff is 0.71.

The process color (four color CMYK) of #956bff color hex is 0.42, 0.58, 0.00, 0.00. Web safe color of #956bff is #9966ff. Color #956bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01101011 11111111
Octal 225 153 377
Decimal 149 107 255
Hex 95 6B FF

RGB Percentages of Color #956bff

%29.16
%20.94
%49.90

CMYK Percentages of Color #956bff

%42
%58
%0
%0

Triadic Colors of #956bff

#956bff #ff956b #6bff95

Analogous Colors of #956bff

#956bff #df6bff #6b8bff

Monochromatic Colors of #956bff

#956bff

Complementary Color

#956bff #d5ff6b

#956bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#956bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#956bff Color CSS Codes

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

#956bff Text Font Color

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

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


#956bff Background Color

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

This div background color is #956bff


#956bff Border Color

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

This div border color is #956bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #956bff


Comments

No comments written yet.

Please login to write comment.