Color Hex Logo

#2977fd Color Hex

#2977FD
(41,119,253)
0 Favorites   0 Comments

Color spaces of #2977fd

RGB 41119253
HSL0.610.980.58
HSV218°84°99°
CMYK 0.840.530.00   0.01
XYZ25.240920.756995.6047
Yxy20.75690.17830.1466
Hunter Lab45.559719.1626-92.5251
CIE-Lab52.682425.3401-73.0972

#2977fd color RGB value is (41,119,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101001 01110111 11111101
Octal 51 167 375
Decimal 41 119 253
Hex 29 77 FD

RGB Percentages of Color #2977fd

%9.93
%28.81
%61.26

CMYK Percentages of Color #2977fd

%84
%53
%0
%1

Triadic Colors of #2977fd

#2977fd #fd2977 #77fd29

Analogous Colors of #2977fd

#2977fd #4529fd #29e1fd

Monochromatic Colors of #2977fd

#2977fd

Complementary Color

#2977fd #fdaf29

#2977fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2977fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2977fd Color CSS Codes

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

#2977fd Text Font Color

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

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


#2977fd Background Color

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

This div background color is #2977fd


#2977fd Border Color

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

This div border color is #2977fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2977fd


Comments

No comments written yet.

Please login to write comment.