Color Hex Logo

#2956fd Color Hex

#2956FD
(41,86,253)
0 Favorites   0 Comments

Color spaces of #2956fd

RGB 4186253
HSL0.630.980.58
HSV227°84°99°
CMYK 0.840.660.00   0.01
XYZ21.971914.218894.5150
Yxy14.21880.16810.1088
Hunter Lab37.707838.0211-122.2154
CIE-Lab44.545145.8941-86.3966

#2956fd color RGB value is (41,86,253).

#2956fd hex color red value is 41, green value is 86 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #2956fd hue: 0.63 , saturation: 0.98 and the lightness value of 2956fd is 0.58.

The process color (four color CMYK) of #2956fd color hex is 0.84, 0.66, 0.00, 0.01. Web safe color of #2956fd is #3366ff. Color #2956fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01010110 11111101
Octal 51 126 375
Decimal 41 86 253
Hex 29 56 FD

RGB Percentages of Color #2956fd

%10.79
%22.63
%66.58

CMYK Percentages of Color #2956fd

%84
%66
%0
%1

Triadic Colors of #2956fd

#2956fd #fd2956 #56fd29

Analogous Colors of #2956fd

#2956fd #6629fd #29c0fd

Monochromatic Colors of #2956fd

#2956fd

Complementary Color

#2956fd #fdd029

#2956fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2956fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2956fd Color CSS Codes

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

#2956fd Text Font Color

<p style="color:#2956fd">Text here</p>

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


#2956fd Background Color

<div style="background-color:#2956fd">
Div content here</div>

This div background color is #2956fd


#2956fd Border Color

<div style="border:3px solid #2956fd">
Div here</div>

This div border color is #2956fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,86,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2956fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2956fd;
  -webkit-box-shadow: 1px 1px 3px 2px #2956fd;
  box-shadow:         1px 1px 3px 2px #2956fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,86,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 #2956fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2956fd


Comments

No comments written yet.

Please login to write comment.