Color Hex Logo

#277eea Color Hex

#277EEA
(39,126,234)
0 Favorites   0 Comments

Color spaces of #277eea

RGB 39126234
HSL0.590.820.54
HSV213°83°92°
CMYK 0.830.460.00   0.08
XYZ23.148821.293680.7319
Yxy21.29360.18490.1701
Hunter Lab46.14508.7914-71.4280
CIE-Lab53.269313.6735-61.5895

#277eea color RGB value is (39,126,234).

#277eea hex color red value is 39, green value is 126 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #277eea hue: 0.59 , saturation: 0.82 and the lightness value of 277eea is 0.54.

The process color (four color CMYK) of #277eea color hex is 0.83, 0.46, 0.00, 0.08. Web safe color of #277eea is #3366ff. Color #277eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01111110 11101010
Octal 47 176 352
Decimal 39 126 234
Hex 27 7E EA

RGB Percentages of Color #277eea

%9.77
%31.58
%58.65

CMYK Percentages of Color #277eea

%83
%46
%0
%8

Triadic Colors of #277eea

#277eea #ea277e #7eea27

Analogous Colors of #277eea

#277eea #3227ea #27e0ea

Monochromatic Colors of #277eea

#277eea

Complementary Color

#277eea #ea9327

#277eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#277eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#277eea Color CSS Codes

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

#277eea Text Font Color

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

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


#277eea Background Color

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

This div background color is #277eea


#277eea Border Color

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

This div border color is #277eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #277eea


Comments

No comments written yet.

Please login to write comment.