Color Hex Logo

#277ebe Color Hex

#277EBE
(39,126,190)
0 Favorites   0 Comments

Color spaces of #277ebe

RGB 39126190
HSL0.570.660.45
HSV205°79°75°
CMYK 0.790.340.00   0.25
XYZ17.591819.070751.4690
Yxy19.07070.19960.2164
Hunter Lab43.6700-4.5165-39.3095
CIE-Lab50.7698-2.8562-40.6764

#277ebe color RGB value is (39,126,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 01111110 10111110
Octal 47 176 276
Decimal 39 126 190
Hex 27 7E BE

RGB Percentages of Color #277ebe

%10.99
%35.49
%53.52

CMYK Percentages of Color #277ebe

%79
%34
%0
%25

Triadic Colors of #277ebe

#277ebe #be277e #7ebe27

Analogous Colors of #277ebe

#277ebe #2732be #27beb3

Monochromatic Colors of #277ebe

#277ebe

Complementary Color

#277ebe #be6727

#277ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#277ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#277ebe Color CSS Codes

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

#277ebe Text Font Color

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

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


#277ebe Background Color

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

This div background color is #277ebe


#277ebe Border Color

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

This div border color is #277ebe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(39,126,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 #277ebe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #277ebe


Comments

No comments written yet.

Please login to write comment.