Color Hex Logo

#311297 Color Hex

#311297
(49,18,151)
0 Favorites   0 Comments

Color spaces of #311297

RGB 4918151
HSL0.710.790.33
HSV254°88°59°
CMYK 0.680.880.00   0.41
XYZ7.06883.319929.5464
Yxy3.31990.17700.0831
Hunter Lab18.220637.3642-83.3899
CIE-Lab21.282049.5692-65.2032

#311297 color RGB value is (49,18,151).

#311297 hex color red value is 49, green value is 18 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #311297 hue: 0.71 , saturation: 0.79 and the lightness value of 311297 is 0.33.

The process color (four color CMYK) of #311297 color hex is 0.68, 0.88, 0.00, 0.41. Web safe color of #311297 is #330099. Color #311297 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00010010 10010111
Octal 61 22 227
Decimal 49 18 151
Hex 31 12 97

RGB Percentages of Color #311297

%22.48
%8.26
%69.27

CMYK Percentages of Color #311297

%68
%88
%0
%41

Triadic Colors of #311297

#311297 #973112 #129731

Analogous Colors of #311297

#311297 #741297 #123597

Monochromatic Colors of #311297

#311297

Complementary Color

#311297 #789712

#311297 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311297 Color Preview on White Background

Lorem ipsum dolor sit amet.

#311297 Color CSS Codes

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

#311297 Text Font Color

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

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


#311297 Background Color

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

This div background color is #311297


#311297 Border Color

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

This div border color is #311297


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311297


Comments

No comments written yet.

Please login to write comment.