Color Hex Logo

#2971fb Color Hex

#2971FB
(41,113,251)
0 Favorites   0 Comments

Color spaces of #2971fb

RGB 41113251
HSL0.610.960.57
HSV219°84°98°
CMYK 0.840.550.00   0.02
XYZ24.232219.246793.7046
Yxy19.24670.17660.1403
Hunter Lab43.871121.8202-95.9283
CIE-Lab50.974628.3618-74.7644

#2971fb color RGB value is (41,113,251).

#2971fb hex color red value is 41, green value is 113 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #2971fb hue: 0.61 , saturation: 0.96 and the lightness value of 2971fb is 0.57.

The process color (four color CMYK) of #2971fb color hex is 0.84, 0.55, 0.00, 0.02. Web safe color of #2971fb is #3366ff. Color #2971fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01110001 11111011
Octal 51 161 373
Decimal 41 113 251
Hex 29 71 FB

RGB Percentages of Color #2971fb

%10.12
%27.90
%61.98

CMYK Percentages of Color #2971fb

%84
%55
%0
%2

Triadic Colors of #2971fb

#2971fb #fb2971 #71fb29

Analogous Colors of #2971fb

#2971fb #4a29fb #29dafb

Monochromatic Colors of #2971fb

#2971fb

Complementary Color

#2971fb #fbb329

#2971fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2971fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2971fb Color CSS Codes

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

#2971fb Text Font Color

<p style="color:#2971fb">Text here</p>

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


#2971fb Background Color

<div style="background-color:#2971fb">
Div content here</div>

This div background color is #2971fb


#2971fb Border Color

<div style="border:3px solid #2971fb">
Div here</div>

This div border color is #2971fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,113,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2971fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2971fb;
  -webkit-box-shadow: 1px 1px 3px 2px #2971fb;
  box-shadow:         1px 1px 3px 2px #2971fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,113,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2971fb


Comments

No comments written yet.

Please login to write comment.