Color Hex Logo

#956cca Color Hex

#956CCA
(149,108,202)
0 Favorites   0 Comments

Color spaces of #956cca

RGB 149108202
HSL0.740.470.61
HSV266°47°79°
CMYK 0.260.470.00   0.21
XYZ28.417721.379058.5059
Yxy21.37900.26240.1974
Hunter Lab46.237428.7913-42.6556
CIE-Lab53.361835.3655-43.0067

#956cca color RGB value is (149,108,202).

#956cca hex color red value is 149, green value is 108 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #956cca hue: 0.74 , saturation: 0.47 and the lightness value of 956cca is 0.61.

The process color (four color CMYK) of #956cca color hex is 0.26, 0.47, 0.00, 0.21. Web safe color of #956cca is #9966cc. Color #956cca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01101100 11001010
Octal 225 154 312
Decimal 149 108 202
Hex 95 6C CA

RGB Percentages of Color #956cca

%32.46
%23.53
%44.01

CMYK Percentages of Color #956cca

%26
%47
%0
%21

Triadic Colors of #956cca

#956cca #ca956c #6cca95

Analogous Colors of #956cca

#956cca #c46cca #6c72ca

Monochromatic Colors of #956cca

#956cca

Complementary Color

#956cca #a1ca6c

#956cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#956cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#956cca Color CSS Codes

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

#956cca Text Font Color

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

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


#956cca Background Color

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

This div background color is #956cca


#956cca Border Color

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

This div border color is #956cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #956cca


Comments

No comments written yet.

Please login to write comment.