Color Hex Logo

#277bea Color Hex

#277BEA
(39,123,234)
0 Favorites   0 Comments

Color spaces of #277bea

RGB 39123234
HSL0.590.820.54
HSV214°83°92°
CMYK 0.830.470.00   0.08
XYZ22.770920.537880.6059
Yxy20.53780.18380.1657
Hunter Lab45.318610.3818-73.7330
CIE-Lab52.439915.5403-62.9253

#277bea color RGB value is (39,123,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100111 01111011 11101010
Octal 47 173 352
Decimal 39 123 234
Hex 27 7B EA

RGB Percentages of Color #277bea

%9.85
%31.06
%59.09

CMYK Percentages of Color #277bea

%83
%47
%0
%8

Triadic Colors of #277bea

#277bea #ea277b #7bea27

Analogous Colors of #277bea

#277bea #3527ea #27ddea

Monochromatic Colors of #277bea

#277bea

Complementary Color

#277bea #ea9627

#277bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#277bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#277bea Color CSS Codes

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

#277bea Text Font Color

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

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


#277bea Background Color

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

This div background color is #277bea


#277bea Border Color

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

This div border color is #277bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #277bea


Comments

No comments written yet.

Please login to write comment.