Color Hex Logo

#311a98 Color Hex

#311A98
(49,26,152)
0 Favorites   0 Comments

Color spaces of #311a98

RGB 4926152
HSL0.700.710.35
HSV251°83°60°
CMYK 0.680.830.00   0.40
XYZ7.30353.658830.0270
Yxy3.65880.17820.0893
Hunter Lab19.128034.6814-79.6835
CIE-Lab22.509846.5791-63.7848

#311a98 color RGB value is (49,26,152).

#311a98 hex color red value is 49, green value is 26 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #311a98 hue: 0.70 , saturation: 0.71 and the lightness value of 311a98 is 0.35.

The process color (four color CMYK) of #311a98 color hex is 0.68, 0.83, 0.00, 0.40. Web safe color of #311a98 is #333399. Color #311a98 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00011010 10011000
Octal 61 32 230
Decimal 49 26 152
Hex 31 1A 98

RGB Percentages of Color #311a98

%21.59
%11.45
%66.96

CMYK Percentages of Color #311a98

%68
%83
%0
%40

Triadic Colors of #311a98

#311a98 #98311a #1a9831

Analogous Colors of #311a98

#311a98 #701a98 #1a4298

Monochromatic Colors of #311a98

#311a98

Complementary Color

#311a98 #81981a

#311a98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311a98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#311a98 Color CSS Codes

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

#311a98 Text Font Color

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

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


#311a98 Background Color

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

This div background color is #311a98


#311a98 Border Color

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

This div border color is #311a98


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,26,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #311a98; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #311a98;
  -webkit-box-shadow: 1px 1px 3px 2px #311a98;
  box-shadow:         1px 1px 3px 2px #311a98; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311a98


Comments

No comments written yet.

Please login to write comment.