Color Hex Logo

#31046c Color Hex

#31046C
(49,4,108)
0 Favorites   0 Comments

Color spaces of #31046c

RGB 494108
HSL0.740.930.22
HSV266°96°42°
CMYK 0.550.960.00   0.58
XYZ4.01681.822514.3274
Yxy1.82250.19920.0904
Hunter Lab13.500029.4860-53.4738
CIE-Lab14.526742.5801-49.0938

#31046c color RGB value is (49,4,108).

#31046c hex color red value is 49, green value is 4 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #31046c hue: 0.74 , saturation: 0.93 and the lightness value of 31046c is 0.22.

The process color (four color CMYK) of #31046c color hex is 0.55, 0.96, 0.00, 0.58. Web safe color of #31046c is #330066. Color #31046c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00000100 01101100
Octal 61 4 154
Decimal 49 4 108
Hex 31 4 6C

RGB Percentages of Color #31046c

%30.43
%2.48
%67.08

CMYK Percentages of Color #31046c

%55
%96
%0
%58

Triadic Colors of #31046c

#31046c #6c3104 #046c31

Analogous Colors of #31046c

#31046c #65046c #040b6c

Monochromatic Colors of #31046c

#31046c

Complementary Color

#31046c #3f6c04

#31046c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31046c Color Preview on White Background

Lorem ipsum dolor sit amet.

#31046c Color CSS Codes

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

#31046c Text Font Color

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

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


#31046c Background Color

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

This div background color is #31046c


#31046c Border Color

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

This div border color is #31046c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,4,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31046c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31046c;
  -webkit-box-shadow: 1px 1px 3px 2px #31046c;
  box-shadow:         1px 1px 3px 2px #31046c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31046c


Comments

No comments written yet.

Please login to write comment.