Color Hex Logo

#277baf Color Hex

#277BAF
(39,123,175)
0 Favorites   0 Comments

Color spaces of #277baf

RGB 39123175
HSL0.560.640.42
HSV203°78°69°
CMYK 0.780.300.00   0.31
XYZ15.657517.692443.1472
Yxy17.69240.20470.2313
Hunter Lab42.0623-7.1633-31.3756
CIE-Lab49.1209-6.6004-34.6246

#277baf color RGB value is (39,123,175).

#277baf hex color red value is 39, green value is 123 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #277baf hue: 0.56 , saturation: 0.64 and the lightness value of 277baf is 0.42.

The process color (four color CMYK) of #277baf color hex is 0.78, 0.30, 0.00, 0.31. Web safe color of #277baf is #336699. Color #277baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01111011 10101111
Octal 47 173 257
Decimal 39 123 175
Hex 27 7B AF

RGB Percentages of Color #277baf

%11.57
%36.50
%51.93

CMYK Percentages of Color #277baf

%78
%30
%0
%31

Triadic Colors of #277baf

#277baf #af277b #7baf27

Analogous Colors of #277baf

#277baf #2737af #27af9f

Monochromatic Colors of #277baf

#277baf

Complementary Color

#277baf #af5b27

#277baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#277baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#277baf Color CSS Codes

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

#277baf Text Font Color

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

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


#277baf Background Color

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

This div background color is #277baf


#277baf Border Color

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

This div border color is #277baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #277baf


Comments

No comments written yet.

Please login to write comment.