Color Hex Logo

#313aba Color Hex

#313ABA
(49,58,186)
0 Favorites   0 Comments

Color spaces of #313aba

RGB 4958186
HSL0.660.580.46
HSV236°74°73°
CMYK 0.740.690.00   0.27
XYZ11.64267.224347.2352
Yxy7.22430.17610.1093
Hunter Lab26.878130.2831-85.3809
CIE-Lab32.312240.0753-68.1052

#313aba color RGB value is (49,58,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 00111010 10111010
Octal 61 72 272
Decimal 49 58 186
Hex 31 3A BA

RGB Percentages of Color #313aba

%16.72
%19.80
%63.48

CMYK Percentages of Color #313aba

%74
%69
%0
%27

Triadic Colors of #313aba

#313aba #ba313a #3aba31

Analogous Colors of #313aba

#313aba #6d31ba #317fba

Monochromatic Colors of #313aba

#313aba

Complementary Color

#313aba #bab131

#313aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#313aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#313aba Color CSS Codes

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

#313aba Text Font Color

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

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


#313aba Background Color

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

This div background color is #313aba


#313aba Border Color

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

This div border color is #313aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #313aba


Comments

No comments written yet.

Please login to write comment.