Color Hex Logo

#956cff Color Hex

#956CFF
(149,108,255)
0 Favorites   0 Comments

Color spaces of #956cff

RGB 149108255
HSL0.711.000.71
HSV257°58°100°
CMYK 0.420.580.00   0.00
XYZ35.807024.334797.4176
Yxy24.33470.22730.1544
Hunter Lab49.330243.2388-82.5551
CIE-Lab56.421448.9548-67.8537

#956cff color RGB value is (149,108,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01101100 11111111
Octal 225 154 377
Decimal 149 108 255
Hex 95 6C FF

RGB Percentages of Color #956cff

%29.10
%21.09
%49.80

CMYK Percentages of Color #956cff

%42
%58
%0
%0

Triadic Colors of #956cff

#956cff #ff956c #6cff95

Analogous Colors of #956cff

#956cff #df6cff #6c8dff

Monochromatic Colors of #956cff

#956cff

Complementary Color

#956cff #d6ff6c

#956cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#956cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#956cff Color CSS Codes

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

#956cff Text Font Color

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

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


#956cff Background Color

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

This div background color is #956cff


#956cff Border Color

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

This div border color is #956cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #956cff


Comments

No comments written yet.

Please login to write comment.