Color Hex Logo

#277899 Color Hex

#277899
(39,120,153)
0 Favorites   0 Comments

Color spaces of #277899

RGB 39120153
HSL0.550.590.38
HSV197°75°60°
CMYK 0.750.220.00   0.40
XYZ13.302916.164232.5559
Yxy16.16420.21450.2606
Hunter Lab40.2047-11.2964-19.8670
CIE-Lab47.1892-12.7664-24.7906

#277899 color RGB value is (39,120,153).

#277899 hex color red value is 39, green value is 120 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #277899 hue: 0.55 , saturation: 0.59 and the lightness value of 277899 is 0.38.

The process color (four color CMYK) of #277899 color hex is 0.75, 0.22, 0.00, 0.40. Web safe color of #277899 is #336699. Color #277899 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01111000 10011001
Octal 47 170 231
Decimal 39 120 153
Hex 27 78 99

RGB Percentages of Color #277899

%12.50
%38.46
%49.04

CMYK Percentages of Color #277899

%75
%22
%0
%40

Triadic Colors of #277899

#277899 #992778 #789927

Analogous Colors of #277899

#277899 #273f99 #279981

Monochromatic Colors of #277899

#277899

Complementary Color

#277899 #994827

#277899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#277899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#277899 Color CSS Codes

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

#277899 Text Font Color

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

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


#277899 Background Color

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

This div background color is #277899


#277899 Border Color

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

This div border color is #277899


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,120,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #277899; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #277899;
  -webkit-box-shadow: 1px 1px 3px 2px #277899;
  box-shadow:         1px 1px 3px 2px #277899; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #277899


Comments

No comments written yet.

Please login to write comment.