Color Hex Logo

#277fa4 Color Hex

#277FA4
(39,127,164)
0 Favorites   0 Comments

Color spaces of #277fa4

RGB 39127164
HSL0.550.620.40
HSV198°76°64°
CMYK 0.760.230.00   0.36
XYZ15.126918.290437.8551
Yxy18.29040.21220.2566
Hunter Lab42.7673-11.7068-22.5430
CIE-Lab49.8465-12.8597-27.1038

#277fa4 color RGB value is (39,127,164).

#277fa4 hex color red value is 39, green value is 127 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #277fa4 hue: 0.55 , saturation: 0.62 and the lightness value of 277fa4 is 0.40.

The process color (four color CMYK) of #277fa4 color hex is 0.76, 0.23, 0.00, 0.36. Web safe color of #277fa4 is #336699. Color #277fa4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01111111 10100100
Octal 47 177 244
Decimal 39 127 164
Hex 27 7F A4

RGB Percentages of Color #277fa4

%11.82
%38.48
%49.70

CMYK Percentages of Color #277fa4

%76
%23
%0
%36

Triadic Colors of #277fa4

#277fa4 #a4277f #7fa427

Analogous Colors of #277fa4

#277fa4 #2741a4 #27a48b

Monochromatic Colors of #277fa4

#277fa4

Complementary Color

#277fa4 #a44c27

#277fa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#277fa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#277fa4 Color CSS Codes

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

#277fa4 Text Font Color

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

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


#277fa4 Background Color

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

This div background color is #277fa4


#277fa4 Border Color

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

This div border color is #277fa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #277fa4


Comments

No comments written yet.

Please login to write comment.