Color Hex Logo

#956fec Color Hex

#956FEC
(149,111,236)
0 Favorites   0 Comments

Color spaces of #956fec

RGB 149111236
HSL0.720.770.68
HSV258°53°93°
CMYK 0.370.530.00   0.07
XYZ33.219223.814682.2027
Yxy23.81460.23860.1710
Hunter Lab48.800236.1079-65.7123
CIE-Lab55.901742.2770-58.1436

#956fec color RGB value is (149,111,236).

#956fec hex color red value is 149, green value is 111 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #956fec hue: 0.72 , saturation: 0.77 and the lightness value of 956fec is 0.68.

The process color (four color CMYK) of #956fec color hex is 0.37, 0.53, 0.00, 0.07. Web safe color of #956fec is #9966ff. Color #956fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01101111 11101100
Octal 225 157 354
Decimal 149 111 236
Hex 95 6F EC

RGB Percentages of Color #956fec

%30.04
%22.38
%47.58

CMYK Percentages of Color #956fec

%37
%53
%0
%7

Triadic Colors of #956fec

#956fec #ec956f #6fec95

Analogous Colors of #956fec

#956fec #d46fec #6f88ec

Monochromatic Colors of #956fec

#956fec

Complementary Color

#956fec #c6ec6f

#956fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#956fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#956fec Color CSS Codes

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

#956fec Text Font Color

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

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


#956fec Background Color

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

This div background color is #956fec


#956fec Border Color

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

This div border color is #956fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #956fec


Comments

No comments written yet.

Please login to write comment.