Color Hex Logo

#131fec Color Hex

#131FEC
(19,31,236)
0 Favorites   0 Comments

Color spaces of #131fec

RGB 1931236
HSL0.660.850.50
HSV237°92°93°
CMYK 0.920.870.00   0.07
XYZ15.89897.174579.9037
Yxy7.17450.15440.0697
Hunter Lab26.785359.0779-158.1196
CIE-Lab32.200967.7319-97.2932

#131fec color RGB value is (19,31,236).

#131fec hex color red value is 19, green value is 31 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #131fec hue: 0.66 , saturation: 0.85 and the lightness value of 131fec is 0.50.

The process color (four color CMYK) of #131fec color hex is 0.92, 0.87, 0.00, 0.07. Web safe color of #131fec is #0033ff. Color #131fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00011111 11101100
Octal 23 37 354
Decimal 19 31 236
Hex 13 1F EC

RGB Percentages of Color #131fec

%6.64
%10.84
%82.52

CMYK Percentages of Color #131fec

%92
%87
%0
%7

Triadic Colors of #131fec

#131fec #ec131f #1fec13

Analogous Colors of #131fec

#131fec #7413ec #138cec

Monochromatic Colors of #131fec

#131fec

Complementary Color

#131fec #ece013

#131fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#131fec Color CSS Codes

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

#131fec Text Font Color

<p style="color:#131fec">Text here</p>

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


#131fec Background Color

<div style="background-color:#131fec">
Div content here</div>

This div background color is #131fec


#131fec Border Color

<div style="border:3px solid #131fec">
Div here</div>

This div border color is #131fec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,31,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #131fec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #131fec;
  -webkit-box-shadow: 1px 1px 3px 2px #131fec;
  box-shadow:         1px 1px 3px 2px #131fec; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131fec


Comments

No comments written yet.

Please login to write comment.