Color Hex Logo

#255980 Color Hex

#255980
(37,89,128)
0 Favorites   0 Comments

Color spaces of #255980

RGB 3789128
HSL0.570.550.32
HSV206°71°50°
CMYK 0.710.300.00   0.50
XYZ8.23169.096621.7440
Yxy9.09660.21070.2328
Hunter Lab30.1606-4.0637-21.6322
CIE-Lab36.1696-3.6520-26.9547

#255980 color RGB value is (37,89,128).

#255980 hex color red value is 37, green value is 89 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #255980 hue: 0.57 , saturation: 0.55 and the lightness value of 255980 is 0.32.

The process color (four color CMYK) of #255980 color hex is 0.71, 0.30, 0.00, 0.50. Web safe color of #255980 is #336699. Color #255980 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011001 10000000
Octal 45 131 200
Decimal 37 89 128
Hex 25 59 80

RGB Percentages of Color #255980

%14.57
%35.04
%50.39

CMYK Percentages of Color #255980

%71
%30
%0
%50

Triadic Colors of #255980

#255980 #802559 #598025

Analogous Colors of #255980

#255980 #252b80 #25807a

Monochromatic Colors of #255980

#255980

Complementary Color

#255980 #804c25

#255980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#255980 Color CSS Codes

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

#255980 Text Font Color

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

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


#255980 Background Color

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

This div background color is #255980


#255980 Border Color

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

This div border color is #255980


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,89,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #255980; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #255980;
  -webkit-box-shadow: 1px 1px 3px 2px #255980;
  box-shadow:         1px 1px 3px 2px #255980; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,89,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255980


Comments

No comments written yet.

Please login to write comment.