Color Hex Logo

#2776ba Color Hex

#2776BA
(39,118,186)
0 Favorites   0 Comments

Color spaces of #2776ba

RGB 39118186
HSL0.580.650.44
HSV208°79°73°
CMYK 0.790.370.00   0.27
XYZ16.178116.933448.8702
Yxy16.93340.19730.2066
Hunter Lab41.1502-1.8361-41.6080
CIE-Lab48.17600.4770-42.4809

#2776ba color RGB value is (39,118,186).

#2776ba hex color red value is 39, green value is 118 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #2776ba hue: 0.58 , saturation: 0.65 and the lightness value of 2776ba is 0.44.

The process color (four color CMYK) of #2776ba color hex is 0.79, 0.37, 0.00, 0.27. Web safe color of #2776ba is #3366cc. Color #2776ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01110110 10111010
Octal 47 166 272
Decimal 39 118 186
Hex 27 76 BA

RGB Percentages of Color #2776ba

%11.37
%34.40
%54.23

CMYK Percentages of Color #2776ba

%79
%37
%0
%27

Triadic Colors of #2776ba

#2776ba #ba2776 #76ba27

Analogous Colors of #2776ba

#2776ba #272cba #27bab5

Monochromatic Colors of #2776ba

#2776ba

Complementary Color

#2776ba #ba6b27

#2776ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2776ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#2776ba Color CSS Codes

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

#2776ba Text Font Color

<p style="color:#2776ba">Text here</p>

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


#2776ba Background Color

<div style="background-color:#2776ba">
Div content here</div>

This div background color is #2776ba


#2776ba Border Color

<div style="border:3px solid #2776ba">
Div here</div>

This div border color is #2776ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,118,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2776ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2776ba;
  -webkit-box-shadow: 1px 1px 3px 2px #2776ba;
  box-shadow:         1px 1px 3px 2px #2776ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(39,118,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2776ba


Comments

No comments written yet.

Please login to write comment.