Color Hex Logo

#2977dc Color Hex

#2977DC
(41,119,220)
0 Favorites   0 Comments

Color spaces of #2977dc

RGB 41119220
HSL0.590.720.51
HSV214°81°86°
CMYK 0.810.460.00   0.14
XYZ20.429518.832470.2684
Yxy18.83240.18650.1719
Hunter Lab43.39638.0881-65.6264
CIE-Lab50.490512.9118-58.1955

#2977dc color RGB value is (41,119,220).

#2977dc hex color red value is 41, green value is 119 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #2977dc hue: 0.59 , saturation: 0.72 and the lightness value of 2977dc is 0.51.

The process color (four color CMYK) of #2977dc color hex is 0.81, 0.46, 0.00, 0.14. Web safe color of #2977dc is #3366cc. Color #2977dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 01110111 11011100
Octal 51 167 334
Decimal 41 119 220
Hex 29 77 DC

RGB Percentages of Color #2977dc

%10.79
%31.32
%57.89

CMYK Percentages of Color #2977dc

%81
%46
%0
%14

Triadic Colors of #2977dc

#2977dc #dc2977 #77dc29

Analogous Colors of #2977dc

#2977dc #3529dc #29d1dc

Monochromatic Colors of #2977dc

#2977dc

Complementary Color

#2977dc #dc8e29

#2977dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2977dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#2977dc Color CSS Codes

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

#2977dc Text Font Color

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

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


#2977dc Background Color

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

This div background color is #2977dc


#2977dc Border Color

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

This div border color is #2977dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2977dc


Comments

No comments written yet.

Please login to write comment.