Color Hex Logo

#311faf Color Hex

#311FAF
(49,31,175)
0 Favorites   0 Comments

Color spaces of #311faf

RGB 4931175
HSL0.690.700.40
HSV248°82°69°
CMYK 0.720.820.00   0.31
XYZ9.49454.728140.9696
Yxy4.72810.17200.0857
Hunter Lab21.744239.8888-96.4911
CIE-Lab25.945651.1962-72.0677

#311faf color RGB value is (49,31,175).

#311faf hex color red value is 49, green value is 31 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #311faf hue: 0.69 , saturation: 0.70 and the lightness value of 311faf is 0.40.

The process color (four color CMYK) of #311faf color hex is 0.72, 0.82, 0.00, 0.31. Web safe color of #311faf is #333399. Color #311faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 00011111 10101111
Octal 61 37 257
Decimal 49 31 175
Hex 31 1F AF

RGB Percentages of Color #311faf

%19.22
%12.16
%68.63

CMYK Percentages of Color #311faf

%72
%82
%0
%31

Triadic Colors of #311faf

#311faf #af311f #1faf31

Analogous Colors of #311faf

#311faf #791faf #1f55af

Monochromatic Colors of #311faf

#311faf

Complementary Color

#311faf #9daf1f

#311faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#311faf Color CSS Codes

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

#311faf Text Font Color

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

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


#311faf Background Color

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

This div background color is #311faf


#311faf Border Color

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

This div border color is #311faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311faf


Comments

No comments written yet.

Please login to write comment.