Color Hex Logo

#255782 Color Hex

#255782
(37,87,130)
0 Favorites   0 Comments

Color spaces of #255782

RGB 3787130
HSL0.580.560.33
HSV208°72°51°
CMYK 0.720.330.00   0.49
XYZ8.20048.821422.3896
Yxy8.82140.20810.2238
Hunter Lab29.7008-2.6926-23.9044
CIE-Lab35.6381-1.6409-29.0168

#255782 color RGB value is (37,87,130).

#255782 hex color red value is 37, green value is 87 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #255782 hue: 0.58 , saturation: 0.56 and the lightness value of 255782 is 0.33.

The process color (four color CMYK) of #255782 color hex is 0.72, 0.33, 0.00, 0.49. Web safe color of #255782 is #336699. Color #255782 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01010111 10000010
Octal 45 127 202
Decimal 37 87 130
Hex 25 57 82

RGB Percentages of Color #255782

%14.57
%34.25
%51.18

CMYK Percentages of Color #255782

%72
%33
%0
%49

Triadic Colors of #255782

#255782 #822557 #578225

Analogous Colors of #255782

#255782 #252882 #25827f

Monochromatic Colors of #255782

#255782

Complementary Color

#255782 #825025

#255782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#255782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#255782 Color CSS Codes

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

#255782 Text Font Color

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

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


#255782 Background Color

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

This div background color is #255782


#255782 Border Color

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

This div border color is #255782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #255782


Comments

No comments written yet.

Please login to write comment.