color codes Logo

#956cec color codes

#956CEC
(149,108,236)
0 Favorites   0 Comments

Color spaces of #956cec

RGB 149108236
HSL0.720.770.67
HSV259°54°93°
CMYK 0.370.540.00   0.07
XYZ32.897323.170882.0954
Yxy23.17080.23810.1677
Hunter Lab48.136137.7529-67.4231
CIE-Lab55.247843.9540-59.1917

#956cec color RGB value is (149,108,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01101100 11101100
Octal 225 154 354
Decimal 149 108 236
Hex 95 6C EC

RGB Percentages of Color #956cec

%30.22
%21.91
%47.87

CMYK Percentages of Color #956cec

%37
%54
%0
%7

Triadic Colors of #956cec

#956cec #ec956c #6cec95

Analogous Colors of #956cec

#956cec #d56cec #6c83ec

Monochromatic Colors of #956cec

#956cec

Complementary Color

#956cec #c3ec6c

#956cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#956cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#956cec Color CSS Codes

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

#956cec Text Font Color

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

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


#956cec Background Color

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

This div background color is #956cec


#956cec Border Color

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

This div border color is #956cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #956cec


Comments

No comments written yet.

Please login to write comment.