Color Hex Logo

#956de0 Color Hex

#956DE0
(149,109,224)
0 Favorites   0 Comments

Color spaces of #956de0

RGB 149109224
HSL0.720.650.65
HSV261°51°88°
CMYK 0.330.510.00   0.12
XYZ31.317622.708773.2536
Yxy22.70870.24610.1784
Hunter Lab47.653633.9149-57.7836
CIE-Lab54.771040.2977-53.2290

#956de0 color RGB value is (149,109,224).

#956de0 hex color red value is 149, green value is 109 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #956de0 hue: 0.72 , saturation: 0.65 and the lightness value of 956de0 is 0.65.

The process color (four color CMYK) of #956de0 color hex is 0.33, 0.51, 0.00, 0.12. Web safe color of #956de0 is #9966cc. Color #956de0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01101101 11100000
Octal 225 155 340
Decimal 149 109 224
Hex 95 6D E0

RGB Percentages of Color #956de0

%30.91
%22.61
%46.47

CMYK Percentages of Color #956de0

%33
%51
%0
%12

Triadic Colors of #956de0

#956de0 #e0956d #6de095

Analogous Colors of #956de0

#956de0 #cf6de0 #6d7fe0

Monochromatic Colors of #956de0

#956de0

Complementary Color

#956de0 #b8e06d

#956de0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#956de0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#956de0 Color CSS Codes

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

#956de0 Text Font Color

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

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


#956de0 Background Color

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

This div background color is #956de0


#956de0 Border Color

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

This div border color is #956de0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #956de0


Comments

No comments written yet.

Please login to write comment.