Color Hex Logo

#277fbd Color Hex

#277FBD
(39,127,189)
0 Favorites   0 Comments

Color spaces of #277fbd

RGB 39127189
HSL0.570.660.45
HSV205°79°74°
CMYK 0.790.330.00   0.26
XYZ17.611419.284250.9381
Yxy19.28420.20050.2196
Hunter Lab43.9138-5.2626-38.0342
CIE-Lab51.0181-3.8204-39.7109

#277fbd color RGB value is (39,127,189).

#277fbd hex color red value is 39, green value is 127 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #277fbd hue: 0.57 , saturation: 0.66 and the lightness value of 277fbd is 0.45.

The process color (four color CMYK) of #277fbd color hex is 0.79, 0.33, 0.00, 0.26. Web safe color of #277fbd is #3366cc. Color #277fbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01111111 10111101
Octal 47 177 275
Decimal 39 127 189
Hex 27 7F BD

RGB Percentages of Color #277fbd

%10.99
%35.77
%53.24

CMYK Percentages of Color #277fbd

%79
%33
%0
%26

Triadic Colors of #277fbd

#277fbd #bd277f #7fbd27

Analogous Colors of #277fbd

#277fbd #2734bd #27bdb0

Monochromatic Colors of #277fbd

#277fbd

Complementary Color

#277fbd #bd6527

#277fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#277fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#277fbd Color CSS Codes

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

#277fbd Text Font Color

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

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


#277fbd Background Color

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

This div background color is #277fbd


#277fbd Border Color

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

This div border color is #277fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #277fbd


Comments

No comments written yet.

Please login to write comment.