Color Hex Logo

#2979ce Color Hex

#2979CE
(41,121,206)
0 Favorites   0 Comments

Color spaces of #2979ce

RGB 41121206
HSL0.590.670.48
HSV211°80°81°
CMYK 0.800.410.00   0.19
XYZ18.892418.602460.9874
Yxy18.60240.19180.1889
Hunter Lab43.13052.7098-53.6459
CIE-Lab50.21886.3750-50.6928

#2979ce color RGB value is (41,121,206).

#2979ce hex color red value is 41, green value is 121 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #2979ce hue: 0.59 , saturation: 0.67 and the lightness value of 2979ce is 0.48.

The process color (four color CMYK) of #2979ce color hex is 0.80, 0.41, 0.00, 0.19. Web safe color of #2979ce is #3366cc. Color #2979ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01111001 11001110
Octal 51 171 316
Decimal 41 121 206
Hex 29 79 CE

RGB Percentages of Color #2979ce

%11.14
%32.88
%55.98

CMYK Percentages of Color #2979ce

%80
%41
%0
%19

Triadic Colors of #2979ce

#2979ce #ce2979 #79ce29

Analogous Colors of #2979ce

#2979ce #2c29ce #29ccce

Monochromatic Colors of #2979ce

#2979ce

Complementary Color

#2979ce #ce7e29

#2979ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2979ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#2979ce Color CSS Codes

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

#2979ce Text Font Color

<p style="color:#2979ce">Text here</p>

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


#2979ce Background Color

<div style="background-color:#2979ce">
Div content here</div>

This div background color is #2979ce


#2979ce Border Color

<div style="border:3px solid #2979ce">
Div here</div>

This div border color is #2979ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,121,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2979ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2979ce;
  -webkit-box-shadow: 1px 1px 3px 2px #2979ce;
  box-shadow:         1px 1px 3px 2px #2979ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2979ce


Comments

No comments written yet.

Please login to write comment.