Color Hex Logo

#375087 Color Hex

#375087
(55,80,135)
0 Favorites   0 Comments

Color spaces of #375087

RGB 5580135
HSL0.610.420.37
HSV221°59°53°
CMYK 0.590.410.00   0.47
XYZ8.81748.298824.0588
Yxy8.29880.21410.2015
Hunter Lab28.80764.2217-29.3509
CIE-Lab34.59768.2519-33.6744

#375087 color RGB value is (55,80,135).

#375087 hex color red value is 55, green value is 80 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #375087 hue: 0.61 , saturation: 0.42 and the lightness value of 375087 is 0.37.

The process color (four color CMYK) of #375087 color hex is 0.59, 0.41, 0.00, 0.47. Web safe color of #375087 is #336699. Color #375087 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 01010000 10000111
Octal 67 120 207
Decimal 55 80 135
Hex 37 50 87

RGB Percentages of Color #375087

%20.37
%29.63
%50.00

CMYK Percentages of Color #375087

%59
%41
%0
%47

Triadic Colors of #375087

#375087 #873750 #508737

Analogous Colors of #375087

#375087 #463787 #377887

Monochromatic Colors of #375087

#375087

Complementary Color

#375087 #876e37

#375087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#375087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#375087 Color CSS Codes

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

#375087 Text Font Color

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

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


#375087 Background Color

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

This div background color is #375087


#375087 Border Color

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

This div border color is #375087


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #375087


Comments

No comments written yet.

Please login to write comment.