Color Hex Logo

#956cfd Color Hex

#956CFD
(149,108,253)
0 Favorites   0 Comments

Color spaces of #956cfd

RGB 149108253
HSL0.710.970.71
HSV257°57°99°
CMYK 0.410.570.00   0.01
XYZ35.486624.206595.7305
Yxy24.20650.22830.1557
Hunter Lab49.200142.6467-80.9227
CIE-Lab56.294048.4236-66.9543

#956cfd color RGB value is (149,108,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010101 01101100 11111101
Octal 225 154 375
Decimal 149 108 253
Hex 95 6C FD

RGB Percentages of Color #956cfd

%29.22
%21.18
%49.61

CMYK Percentages of Color #956cfd

%41
%57
%0
%1

Triadic Colors of #956cfd

#956cfd #fd956c #6cfd95

Analogous Colors of #956cfd

#956cfd #de6cfd #6c8cfd

Monochromatic Colors of #956cfd

#956cfd

Complementary Color

#956cfd #d4fd6c

#956cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#956cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#956cfd Color CSS Codes

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

#956cfd Text Font Color

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

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


#956cfd Background Color

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

This div background color is #956cfd


#956cfd Border Color

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

This div border color is #956cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #956cfd

Related Colors


Comments

No comments written yet.

Please login to write comment.