Color Hex Logo

#311fad Color Hex

#311FAD
(49,31,173)
0 Favorites   0 Comments

Color spaces of #311fad

RGB 4931173
HSL0.690.700.40
HSV248°82°68°
CMYK 0.720.820.00   0.32
XYZ9.29944.650139.9426
Yxy4.65010.17260.0863
Hunter Lab21.564139.2400-94.7265
CIE-Lab25.713750.5959-71.2509

#311fad color RGB value is (49,31,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 00011111 10101101
Octal 61 37 255
Decimal 49 31 173
Hex 31 1F AD

RGB Percentages of Color #311fad

%19.37
%12.25
%68.38

CMYK Percentages of Color #311fad

%72
%82
%0
%32

Triadic Colors of #311fad

#311fad #ad311f #1fad31

Analogous Colors of #311fad

#311fad #781fad #1f54ad

Monochromatic Colors of #311fad

#311fad

Complementary Color

#311fad #9bad1f

#311fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#311fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#311fad Color CSS Codes

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

#311fad Text Font Color

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

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


#311fad Background Color

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

This div background color is #311fad


#311fad Border Color

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

This div border color is #311fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #311fad


Comments

No comments written yet.

Please login to write comment.