Color Hex Logo

#31897d Color Hex

#31897D
(49,137,125)
0 Favorites   0 Comments

Color spaces of #31897d

RGB 49137125
HSL0.480.470.36
HSV172°64°54°
CMYK 0.640.000.09   0.46
XYZ13.914020.025022.5339
Yxy20.02500.24640.3546
Hunter Lab44.7493-22.80991.4685
CIE-Lab51.8655-29.0070-1.2917

#31897d color RGB value is (49,137,125).

#31897d hex color red value is 49, green value is 137 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #31897d hue: 0.48 , saturation: 0.47 and the lightness value of 31897d is 0.36.

The process color (four color CMYK) of #31897d color hex is 0.64, 0.00, 0.09, 0.46. Web safe color of #31897d is #339966. Color #31897d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10001001 01111101
Octal 61 211 175
Decimal 49 137 125
Hex 31 89 7D

RGB Percentages of Color #31897d

%15.76
%44.05
%40.19

CMYK Percentages of Color #31897d

%64
%0
%9
%46

Triadic Colors of #31897d

#31897d #7d3189 #897d31

Analogous Colors of #31897d

#31897d #316989 #318951

Monochromatic Colors of #31897d

#31897d

Complementary Color

#31897d #89313d

#31897d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31897d Color Preview on White Background

Lorem ipsum dolor sit amet.

#31897d Color CSS Codes

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

#31897d Text Font Color

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

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


#31897d Background Color

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

This div background color is #31897d


#31897d Border Color

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

This div border color is #31897d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,137,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31897d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31897d;
  -webkit-box-shadow: 1px 1px 3px 2px #31897d;
  box-shadow:         1px 1px 3px 2px #31897d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,137,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31897d


Comments

No comments written yet.

Please login to write comment.