Color Hex Logo

#277fb0 Color Hex

#277FB0
(39,127,176)
0 Favorites   0 Comments

Color spaces of #277fb0

RGB 39127176
HSL0.560.640.42
HSV201°78°69°
CMYK 0.780.280.00   0.31
XYZ16.262518.744743.8353
Yxy18.74470.20630.2377
Hunter Lab43.2951-8.7184-29.7231
CIE-Lab50.3872-8.5728-33.2181

#277fb0 color RGB value is (39,127,176).

#277fb0 hex color red value is 39, green value is 127 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #277fb0 hue: 0.56 , saturation: 0.64 and the lightness value of 277fb0 is 0.42.

The process color (four color CMYK) of #277fb0 color hex is 0.78, 0.28, 0.00, 0.31. Web safe color of #277fb0 is #336699. Color #277fb0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01111111 10110000
Octal 47 177 260
Decimal 39 127 176
Hex 27 7F B0

RGB Percentages of Color #277fb0

%11.40
%37.13
%51.46

CMYK Percentages of Color #277fb0

%78
%28
%0
%31

Triadic Colors of #277fb0

#277fb0 #b0277f #7fb027

Analogous Colors of #277fb0

#277fb0 #273bb0 #27b09d

Monochromatic Colors of #277fb0

#277fb0

Complementary Color

#277fb0 #b05827

#277fb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#277fb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#277fb0 Color CSS Codes

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

#277fb0 Text Font Color

<p style="color:#277fb0">Text here</p>

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


#277fb0 Background Color

<div style="background-color:#277fb0">
Div content here</div>

This div background color is #277fb0


#277fb0 Border Color

<div style="border:3px solid #277fb0">
Div here</div>

This div border color is #277fb0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,127,176, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #277fb0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #277fb0;
  -webkit-box-shadow: 1px 1px 3px 2px #277fb0;
  box-shadow:         1px 1px 3px 2px #277fb0; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #277fb0


Comments

No comments written yet.

Please login to write comment.