Color Hex Logo

#277cef Color Hex

#277CEF
(39,124,239)
0 Favorites   0 Comments

Color spaces of #277cef

RGB 39124239
HSL0.600.860.55
HSV215°84°94°
CMYK 0.840.480.00   0.06
XYZ23.624321.078684.4848
Yxy21.07860.18290.1632
Hunter Lab45.911411.5044-76.9656
CIE-Lab53.035416.8053-64.7554

#277cef color RGB value is (39,124,239).

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

The process color (four color CMYK) of #277cef color hex is 0.84, 0.48, 0.00, 0.06. Web safe color of #277cef is #3366ff. Color #277cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01111100 11101111
Octal 47 174 357
Decimal 39 124 239
Hex 27 7C EF

RGB Percentages of Color #277cef

%9.70
%30.85
%59.45

CMYK Percentages of Color #277cef

%84
%48
%0
%6

Triadic Colors of #277cef

#277cef #ef277c #7cef27

Analogous Colors of #277cef

#277cef #3627ef #27e0ef

Monochromatic Colors of #277cef

#277cef

Complementary Color

#277cef #ef9a27

#277cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#277cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#277cef Color CSS Codes

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

#277cef Text Font Color

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

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


#277cef Background Color

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

This div background color is #277cef


#277cef Border Color

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

This div border color is #277cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #277cef


Comments

No comments written yet.

Please login to write comment.