Color Hex Logo

#310baa Color Hex

#310BAA
(49,11,170)
0 Favorites   0 Comments

Color spaces of #310baa

RGB 4911170
HSL0.710.880.35
HSV254°94°67°
CMYK 0.710.940.00   0.33
XYZ8.64203.794638.3072
Yxy3.79460.17030.0748
Hunter Lab19.479745.1003-102.9589
CIE-Lab22.980456.8149-73.9822

#310baa color RGB value is (49,11,170).

#310baa hex color red value is 49, green value is 11 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #310baa hue: 0.71 , saturation: 0.88 and the lightness value of 310baa is 0.35.

The process color (four color CMYK) of #310baa color hex is 0.71, 0.94, 0.00, 0.33. Web safe color of #310baa is #330099. Color #310baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00001011 10101010
Octal 61 13 252
Decimal 49 11 170
Hex 31 B AA

RGB Percentages of Color #310baa

%21.30
%4.78
%73.91

CMYK Percentages of Color #310baa

%71
%94
%0
%33

Triadic Colors of #310baa

#310baa #aa310b #0baa31

Analogous Colors of #310baa

#310baa #810baa #0b34aa

Monochromatic Colors of #310baa

#310baa

Complementary Color

#310baa #84aa0b

#310baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#310baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#310baa Color CSS Codes

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

#310baa Text Font Color

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

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


#310baa Background Color

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

This div background color is #310baa


#310baa Border Color

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

This div border color is #310baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,11,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #310baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #310baa;
  -webkit-box-shadow: 1px 1px 3px 2px #310baa;
  box-shadow:         1px 1px 3px 2px #310baa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #310baa


Comments

No comments written yet.

Please login to write comment.