Color Hex Logo

#31587a Color Hex

#31587A
(49,88,122)
0 Favorites   0 Comments

Color spaces of #31587a

RGB 4988122
HSL0.580.430.34
HSV208°60°48°
CMYK 0.600.280.00   0.52
XYZ8.26929.037619.7209
Yxy9.03760.22330.2441
Hunter Lab30.0626-3.5103-17.8501
CIE-Lab36.0566-2.8285-23.4053

#31587a color RGB value is (49,88,122).

#31587a hex color red value is 49, green value is 88 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #31587a hue: 0.58 , saturation: 0.43 and the lightness value of 31587a is 0.34.

The process color (four color CMYK) of #31587a color hex is 0.60, 0.28, 0.00, 0.52. Web safe color of #31587a is #336666. Color #31587a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 01011000 01111010
Octal 61 130 172
Decimal 49 88 122
Hex 31 58 7A

RGB Percentages of Color #31587a

%18.92
%33.98
%47.10

CMYK Percentages of Color #31587a

%60
%28
%0
%52

Triadic Colors of #31587a

#31587a #7a3158 #587a31

Analogous Colors of #31587a

#31587a #31347a #317a78

Monochromatic Colors of #31587a

#31587a

Complementary Color

#31587a #7a5331

#31587a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31587a Color Preview on White Background

Lorem ipsum dolor sit amet.

#31587a Color CSS Codes

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

#31587a Text Font Color

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

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


#31587a Background Color

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

This div background color is #31587a


#31587a Border Color

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

This div border color is #31587a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,88,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31587a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31587a;
  -webkit-box-shadow: 1px 1px 3px 2px #31587a;
  box-shadow:         1px 1px 3px 2px #31587a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31587a


Comments

No comments written yet.

Please login to write comment.