Color Hex Logo

#277cbd Color Hex

#277CBD
(39,124,189)
0 Favorites   0 Comments

Color spaces of #277cbd

RGB 39124189
HSL0.570.660.45
HSV206°79°74°
CMYK 0.790.340.00   0.26
XYZ17.229718.520850.8109
Yxy18.52080.19900.2140
Hunter Lab43.0358-3.8489-39.8766
CIE-Lab50.1218-2.0316-41.1269

#277cbd color RGB value is (39,124,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 01111100 10111101
Octal 47 174 275
Decimal 39 124 189
Hex 27 7C BD

RGB Percentages of Color #277cbd

%11.08
%35.23
%53.69

CMYK Percentages of Color #277cbd

%79
%34
%0
%26

Triadic Colors of #277cbd

#277cbd #bd277c #7cbd27

Analogous Colors of #277cbd

#277cbd #2731bd #27bdb3

Monochromatic Colors of #277cbd

#277cbd

Complementary Color

#277cbd #bd6827

#277cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#277cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#277cbd Color CSS Codes

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

#277cbd Text Font Color

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

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


#277cbd Background Color

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

This div background color is #277cbd


#277cbd Border Color

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

This div border color is #277cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #277cbd


Comments

No comments written yet.

Please login to write comment.