Color Hex Logo

#255877 Color Hex

#255877
(37,88,119)
0 Favorites   0 Comments

Color spaces of #255877

RGB 3788119
HSL0.560.530.31
HSV203°69°47°
CMYK 0.690.260.00   0.53
XYZ7.58248.704718.7333
Yxy8.70470.21650.2486
Hunter Lab29.5037-5.7574-16.9934
CIE-Lab35.4094-6.3507-22.5998

#255877 color RGB value is (37,88,119).

#255877 hex color red value is 37, green value is 88 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #255877 hue: 0.56 , saturation: 0.53 and the lightness value of 255877 is 0.31.

The process color (four color CMYK) of #255877 color hex is 0.69, 0.26, 0.00, 0.53. Web safe color of #255877 is #336666. Color #255877 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01011000 01110111
Octal 45 130 167
Decimal 37 88 119
Hex 25 58 77

RGB Percentages of Color #255877

%15.16
%36.07
%48.77

CMYK Percentages of Color #255877

%69
%26
%0
%53

Triadic Colors of #255877

#255877 #772558 #587725

Analogous Colors of #255877

#255877 #252f77 #25776d

Monochromatic Colors of #255877

#255877

Complementary Color

#255877 #774425

#255877 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255877 Color Preview on White Background

Lorem ipsum dolor sit amet.

#255877 Color CSS Codes

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

#255877 Text Font Color

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

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


#255877 Background Color

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

This div background color is #255877


#255877 Border Color

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

This div border color is #255877


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,88,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 #255877">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255877


Comments

No comments written yet.

Please login to write comment.