Color Hex Logo

#956ced Color Hex

#956CED
(149,108,237)
0 Favorites   0 Comments

Color spaces of #956ced

RGB 149108237
HSL0.720.780.68
HSV259°54°93°
CMYK 0.370.540.00   0.07
XYZ33.043023.229182.8629
Yxy23.22910.23750.1670
Hunter Lab48.196638.0335-68.1979
CIE-Lab55.307544.2141-59.6542

#956ced color RGB value is (149,108,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01101100 11101101
Octal 225 154 355
Decimal 149 108 237
Hex 95 6C ED

RGB Percentages of Color #956ced

%30.16
%21.86
%47.98

CMYK Percentages of Color #956ced

%37
%54
%0
%7

Triadic Colors of #956ced

#956ced #ed956c #6ced95

Analogous Colors of #956ced

#956ced #d66ced #6c84ed

Monochromatic Colors of #956ced

#956ced

Complementary Color

#956ced #c4ed6c

#956ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#956ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#956ced Color CSS Codes

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

#956ced Text Font Color

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

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


#956ced Background Color

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

This div background color is #956ced


#956ced Border Color

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

This div border color is #956ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #956ced


Comments

No comments written yet.

Please login to write comment.