Color Hex Logo

#277bbe Color Hex

#277BBE
(39,123,190)
0 Favorites   0 Comments

Color spaces of #277bbe

RGB 39123190
HSL0.570.660.45
HSV207°79°75°
CMYK 0.790.350.00   0.25
XYZ17.213918.315051.3431
Yxy18.31500.19820.2108
Hunter Lab42.7960-3.0948-41.1740
CIE-Lab49.8760-1.0585-42.0904

#277bbe color RGB value is (39,123,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 01111011 10111110
Octal 47 173 276
Decimal 39 123 190
Hex 27 7B BE

RGB Percentages of Color #277bbe

%11.08
%34.94
%53.98

CMYK Percentages of Color #277bbe

%79
%35
%0
%25

Triadic Colors of #277bbe

#277bbe #be277b #7bbe27

Analogous Colors of #277bbe

#277bbe #272fbe #27beb6

Monochromatic Colors of #277bbe

#277bbe

Complementary Color

#277bbe #be6a27

#277bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#277bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#277bbe Color CSS Codes

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

#277bbe Text Font Color

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

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


#277bbe Background Color

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

This div background color is #277bbe


#277bbe Border Color

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

This div border color is #277bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #277bbe


Comments

No comments written yet.

Please login to write comment.