Color Hex Logo

#313abb Color Hex

#313ABB
(49,58,187)
0 Favorites   0 Comments

Color spaces of #313abb

RGB 4958187
HSL0.660.580.46
HSV236°74°73°
CMYK 0.740.690.00   0.27
XYZ11.74937.266947.7971
Yxy7.26690.17590.1088
Hunter Lab26.957230.6242-86.2555
CIE-Lab32.406940.4230-68.5398

#313abb color RGB value is (49,58,187).

#313abb hex color red value is 49, green value is 58 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #313abb hue: 0.66 , saturation: 0.58 and the lightness value of 313abb is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 00111010 10111011
Octal 61 72 273
Decimal 49 58 187
Hex 31 3A BB

RGB Percentages of Color #313abb

%16.67
%19.73
%63.61

CMYK Percentages of Color #313abb

%74
%69
%0
%27

Triadic Colors of #313abb

#313abb #bb313a #3abb31

Analogous Colors of #313abb

#313abb #6d31bb #317fbb

Monochromatic Colors of #313abb

#313abb

Complementary Color

#313abb #bbb231

#313abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#313abb Color CSS Codes

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

#313abb Text Font Color

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

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


#313abb Background Color

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

This div background color is #313abb


#313abb Border Color

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

This div border color is #313abb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,58,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 #313abb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313abb


Comments

No comments written yet.

Please login to write comment.