Color Hex Logo

#31247d Color Hex

#31247D
(49,36,125)
0 Favorites   0 Comments

Color spaces of #31247d

RGB 4936125
HSL0.690.550.32
HSV249°71°49°
CMYK 0.610.710.00   0.51
XYZ5.59923.395419.7623
Yxy3.39540.19470.1181
Hunter Lab18.426621.9933-50.6891
CIE-Lab21.562532.6431-48.4742

#31247d color RGB value is (49,36,125).

#31247d hex color red value is 49, green value is 36 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #31247d hue: 0.69 , saturation: 0.55 and the lightness value of 31247d is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 00100100 01111101
Octal 61 44 175
Decimal 49 36 125
Hex 31 24 7D

RGB Percentages of Color #31247d

%23.33
%17.14
%59.52

CMYK Percentages of Color #31247d

%61
%71
%0
%51

Triadic Colors of #31247d

#31247d #7d3124 #247d31

Analogous Colors of #31247d

#31247d #5d247d #24447d

Monochromatic Colors of #31247d

#31247d

Complementary Color

#31247d #707d24

#31247d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31247d Color Preview on White Background

Lorem ipsum dolor sit amet.

#31247d Color CSS Codes

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

#31247d Text Font Color

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

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


#31247d Background Color

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

This div background color is #31247d


#31247d Border Color

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

This div border color is #31247d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31247d


Comments

No comments written yet.

Please login to write comment.