Color Hex Logo

#155077 Color Hex

#155077
(21,80,119)
0 Favorites   0 Comments

Color spaces of #155077

RGB 2180119
HSL0.570.700.27
HSV204°82°47°
CMYK 0.820.330.00   0.53
XYZ6.50777.228718.5050
Yxy7.22870.20180.2242
Hunter Lab26.8862-3.8458-21.9872
CIE-Lab32.3220-3.7343-27.4692

#155077 color RGB value is (21,80,119).

#155077 hex color red value is 21, green value is 80 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #155077 hue: 0.57 , saturation: 0.70 and the lightness value of 155077 is 0.27.

The process color (four color CMYK) of #155077 color hex is 0.82, 0.33, 0.00, 0.53. Web safe color of #155077 is #006666. Color #155077 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01010000 01110111
Octal 25 120 167
Decimal 21 80 119
Hex 15 50 77

RGB Percentages of Color #155077

%9.55
%36.36
%54.09

CMYK Percentages of Color #155077

%82
%33
%0
%53

Triadic Colors of #155077

#155077 #771550 #507715

Analogous Colors of #155077

#155077 #151f77 #15776d

Monochromatic Colors of #155077

#155077

Complementary Color

#155077 #773c15

#155077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#155077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#155077 Color CSS Codes

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

#155077 Text Font Color

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

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


#155077 Background Color

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

This div background color is #155077


#155077 Border Color

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

This div border color is #155077


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,80,119, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #155077; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #155077;
  -webkit-box-shadow: 1px 1px 3px 2px #155077;
  box-shadow:         1px 1px 3px 2px #155077; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,80,119, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #155077


Comments

No comments written yet.

Please login to write comment.