Color Hex Logo

#277cdc Color Hex

#277CDC
(39,124,220)
0 Favorites   0 Comments

Color spaces of #277cdc

RGB 39124220
HSL0.590.720.51
HSV212°82°86°
CMYK 0.820.440.00   0.14
XYZ20.962620.013970.4684
Yxy20.01390.18810.1796
Hunter Lab44.73695.3511-62.0762
CIE-Lab51.85299.6223-56.0103

#277cdc color RGB value is (39,124,220).

#277cdc hex color red value is 39, green value is 124 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #277cdc hue: 0.59 , saturation: 0.72 and the lightness value of 277cdc is 0.51.

The process color (four color CMYK) of #277cdc color hex is 0.82, 0.44, 0.00, 0.14. Web safe color of #277cdc is #3366cc. Color #277cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01111100 11011100
Octal 47 174 334
Decimal 39 124 220
Hex 27 7C DC

RGB Percentages of Color #277cdc

%10.18
%32.38
%57.44

CMYK Percentages of Color #277cdc

%82
%44
%0
%14

Triadic Colors of #277cdc

#277cdc #dc277c #7cdc27

Analogous Colors of #277cdc

#277cdc #2c27dc #27d7dc

Monochromatic Colors of #277cdc

#277cdc

Complementary Color

#277cdc #dc8727

#277cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#277cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#277cdc Color CSS Codes

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

#277cdc Text Font Color

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

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


#277cdc Background Color

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

This div background color is #277cdc


#277cdc Border Color

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

This div border color is #277cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #277cdc


Comments

No comments written yet.

Please login to write comment.