Color Hex Logo

#311abb Color Hex

#311ABB
(49,26,187)
0 Favorites   0 Comments

Color spaces of #311abb

RGB 4926187
HSL0.690.760.42
HSV249°86°73°
CMYK 0.740.860.00   0.27
XYZ10.60574.979647.4159
Yxy4.97960.16830.0790
Hunter Lab22.315045.7847-110.3614
CIE-Lab26.676656.7646-78.0146

#311abb color RGB value is (49,26,187).

#311abb hex color red value is 49, green value is 26 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #311abb hue: 0.69 , saturation: 0.76 and the lightness value of 311abb is 0.42.

The process color (four color CMYK) of #311abb color hex is 0.74, 0.86, 0.00, 0.27. Web safe color of #311abb is #3333cc. Color #311abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00011010 10111011
Octal 61 32 273
Decimal 49 26 187
Hex 31 1A BB

RGB Percentages of Color #311abb

%18.70
%9.92
%71.37

CMYK Percentages of Color #311abb

%74
%86
%0
%27

Triadic Colors of #311abb

#311abb #bb311a #1abb31

Analogous Colors of #311abb

#311abb #821abb #1a53bb

Monochromatic Colors of #311abb

#311abb

Complementary Color

#311abb #a4bb1a

#311abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#311abb Color CSS Codes

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

#311abb Text Font Color

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

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


#311abb Background Color

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

This div background color is #311abb


#311abb Border Color

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

This div border color is #311abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311abb


Comments

No comments written yet.

Please login to write comment.