Color Hex Logo

#277cfc Color Hex

#277CFC
(39,124,252)
0 Favorites   0 Comments

Color spaces of #277cfc

RGB 39124252
HSL0.600.970.57
HSV216°85°99°
CMYK 0.850.510.00   0.01
XYZ25.615021.874994.9677
Yxy21.87490.17980.1536
Hunter Lab46.770615.9111-87.6489
CIE-Lab53.894021.6976-70.5819

#277cfc color RGB value is (39,124,252).

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

The process color (four color CMYK) of #277cfc color hex is 0.85, 0.51, 0.00, 0.01. Web safe color of #277cfc is #3366ff. Color #277cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01111100 11111100
Octal 47 174 374
Decimal 39 124 252
Hex 27 7C FC

RGB Percentages of Color #277cfc

%9.40
%29.88
%60.72

CMYK Percentages of Color #277cfc

%85
%51
%0
%1

Triadic Colors of #277cfc

#277cfc #fc277c #7cfc27

Analogous Colors of #277cfc

#277cfc #3c27fc #27e7fc

Monochromatic Colors of #277cfc

#277cfc

Complementary Color

#277cfc #fca727

#277cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#277cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#277cfc Color CSS Codes

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

#277cfc Text Font Color

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

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


#277cfc Background Color

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

This div background color is #277cfc


#277cfc Border Color

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

This div border color is #277cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #277cfc


Comments

No comments written yet.

Please login to write comment.