Color Hex Logo

#956dfd Color Hex

#956DFD
(149,109,253)
0 Favorites   0 Comments

Color spaces of #956dfd

RGB 149109253
HSL0.710.970.71
HSV257°57°99°
CMYK 0.410.570.00   0.01
XYZ35.592724.418795.7658
Yxy24.41870.22850.1568
Hunter Lab49.415342.0927-80.3121
CIE-Lab56.504647.8742-66.6147

#956dfd color RGB value is (149,109,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01101101 11111101
Octal 225 155 375
Decimal 149 109 253
Hex 95 6D FD

RGB Percentages of Color #956dfd

%29.16
%21.33
%49.51

CMYK Percentages of Color #956dfd

%41
%57
%0
%1

Triadic Colors of #956dfd

#956dfd #fd956d #6dfd95

Analogous Colors of #956dfd

#956dfd #dd6dfd #6d8dfd

Monochromatic Colors of #956dfd

#956dfd

Complementary Color

#956dfd #d5fd6d

#956dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#956dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#956dfd Color CSS Codes

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

#956dfd Text Font Color

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

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


#956dfd Background Color

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

This div background color is #956dfd


#956dfd Border Color

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

This div border color is #956dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #956dfd


Comments

No comments written yet.

Please login to write comment.