Color Hex Logo

#277caf Color Hex

#277CAF
(39,124,175)
0 Favorites   0 Comments

Color spaces of #277caf

RGB 39124175
HSL0.560.640.42
HSV203°78°69°
CMYK 0.780.290.00   0.31
XYZ15.782217.941843.1887
Yxy17.94180.20520.2333
Hunter Lab42.3578-7.6183-30.8027
CIE-Lab49.4254-7.1874-34.1465

#277caf color RGB value is (39,124,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 01111100 10101111
Octal 47 174 257
Decimal 39 124 175
Hex 27 7C AF

RGB Percentages of Color #277caf

%11.54
%36.69
%51.78

CMYK Percentages of Color #277caf

%78
%29
%0
%31

Triadic Colors of #277caf

#277caf #af277c #7caf27

Analogous Colors of #277caf

#277caf #2738af #27af9e

Monochromatic Colors of #277caf

#277caf

Complementary Color

#277caf #af5a27

#277caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#277caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#277caf Color CSS Codes

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

#277caf Text Font Color

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

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


#277caf Background Color

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

This div background color is #277caf


#277caf Border Color

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

This div border color is #277caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #277caf


Comments

No comments written yet.

Please login to write comment.