Color Hex Logo

#31128c Color Hex

#31128C
(49,18,140)
0 Favorites   0 Comments

Color spaces of #31128c

RGB 4918140
HSL0.710.770.31
HSV255°87°55°
CMYK 0.650.870.00   0.45
XYZ6.21662.979025.0583
Yxy2.97900.18150.0870
Hunter Lab17.259834.0872-73.9973
CIE-Lab19.959646.4552-60.5640

#31128c color RGB value is (49,18,140).

#31128c hex color red value is 49, green value is 18 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #31128c hue: 0.71 , saturation: 0.77 and the lightness value of 31128c is 0.31.

The process color (four color CMYK) of #31128c color hex is 0.65, 0.87, 0.00, 0.45. Web safe color of #31128c is #330099. Color #31128c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00010010 10001100
Octal 61 22 214
Decimal 49 18 140
Hex 31 12 8C

RGB Percentages of Color #31128c

%23.67
%8.70
%67.63

CMYK Percentages of Color #31128c

%65
%87
%0
%45

Triadic Colors of #31128c

#31128c #8c3112 #128c31

Analogous Colors of #31128c

#31128c #6e128c #12308c

Monochromatic Colors of #31128c

#31128c

Complementary Color

#31128c #6d8c12

#31128c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31128c Color Preview on White Background

Lorem ipsum dolor sit amet.

#31128c Color CSS Codes

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

#31128c Text Font Color

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

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


#31128c Background Color

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

This div background color is #31128c


#31128c Border Color

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

This div border color is #31128c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31128c


Comments

No comments written yet.

Please login to write comment.