Color Hex Logo

#956bfd Color Hex

#956BFD
(149,107,253)
0 Favorites   0 Comments

Color spaces of #956bfd

RGB 149107253
HSL0.710.970.71
HSV257°58°99°
CMYK 0.410.580.00   0.01
XYZ35.381723.996895.6955
Yxy23.99680.22820.1547
Hunter Lab48.986543.1995-81.5328
CIE-Lab56.084648.9710-67.2919

#956bfd color RGB value is (149,107,253).

#956bfd hex color red value is 149, green value is 107 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #956bfd hue: 0.71 , saturation: 0.97 and the lightness value of 956bfd is 0.71.

The process color (four color CMYK) of #956bfd color hex is 0.41, 0.58, 0.00, 0.01. Web safe color of #956bfd is #9966ff. Color #956bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01101011 11111101
Octal 225 153 375
Decimal 149 107 253
Hex 95 6B FD

RGB Percentages of Color #956bfd

%29.27
%21.02
%49.71

CMYK Percentages of Color #956bfd

%41
%58
%0
%1

Triadic Colors of #956bfd

#956bfd #fd956b #6bfd95

Analogous Colors of #956bfd

#956bfd #de6bfd #6b8afd

Monochromatic Colors of #956bfd

#956bfd

Complementary Color

#956bfd #d3fd6b

#956bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#956bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#956bfd Color CSS Codes

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

#956bfd Text Font Color

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

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


#956bfd Background Color

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

This div background color is #956bfd


#956bfd Border Color

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

This div border color is #956bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #956bfd

Related Colors


Comments

No comments written yet.

Please login to write comment.