Color Hex Logo

#310fab Color Hex

#310FAB
(49,15,171)
0 Favorites   0 Comments

Color spaces of #310fab

RGB 4915171
HSL0.700.840.36
HSV253°91°67°
CMYK 0.710.910.00   0.33
XYZ8.78813.934938.8244
Yxy3.93490.17050.0763
Hunter Lab19.836644.3659-102.1575
CIE-Lab23.455056.0291-73.7965

#310fab color RGB value is (49,15,171).

#310fab hex color red value is 49, green value is 15 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #310fab hue: 0.70 , saturation: 0.84 and the lightness value of 310fab is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 00001111 10101011
Octal 61 17 253
Decimal 49 15 171
Hex 31 F AB

RGB Percentages of Color #310fab

%20.85
%6.38
%72.77

CMYK Percentages of Color #310fab

%71
%91
%0
%33

Triadic Colors of #310fab

#310fab #ab310f #0fab31

Analogous Colors of #310fab

#310fab #7f0fab #0f3bab

Monochromatic Colors of #310fab

#310fab

Complementary Color

#310fab #89ab0f

#310fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#310fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#310fab Color CSS Codes

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

#310fab Text Font Color

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

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


#310fab Background Color

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

This div background color is #310fab


#310fab Border Color

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

This div border color is #310fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #310fab


Comments

No comments written yet.

Please login to write comment.