Color Hex Logo

#31307d Color Hex

#31307D
(49,48,125)
0 Favorites   0 Comments

Color spaces of #31307d

RGB 4948125
HSL0.670.450.34
HSV241°62°49°
CMYK 0.610.620.00   0.51
XYZ6.02524.247519.9043
Yxy4.24750.19970.1408
Hunter Lab20.609516.1181-42.8347
CIE-Lab24.473324.9104-43.7261

#31307d color RGB value is (49,48,125).

#31307d hex color red value is 49, green value is 48 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #31307d hue: 0.67 , saturation: 0.45 and the lightness value of 31307d is 0.34.

The process color (four color CMYK) of #31307d color hex is 0.61, 0.62, 0.00, 0.51. Web safe color of #31307d is #333366. Color #31307d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00110000 01111101
Octal 61 60 175
Decimal 49 48 125
Hex 31 30 7D

RGB Percentages of Color #31307d

%22.07
%21.62
%56.31

CMYK Percentages of Color #31307d

%61
%62
%0
%51

Triadic Colors of #31307d

#31307d #7d3130 #307d31

Analogous Colors of #31307d

#31307d #57307d #30567d

Monochromatic Colors of #31307d

#31307d

Complementary Color

#31307d #7c7d30

#31307d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31307d Color Preview on White Background

Lorem ipsum dolor sit amet.

#31307d Color CSS Codes

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

#31307d Text Font Color

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

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


#31307d Background Color

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

This div background color is #31307d


#31307d Border Color

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

This div border color is #31307d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,48,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 #31307d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31307d


Comments

No comments written yet.

Please login to write comment.