Color Hex Logo

#131def Color Hex

#131DEF
(19,29,239)
0 Favorites   0 Comments

Color spaces of #131def

RGB 1929239
HSL0.660.870.51
HSV237°92°94°
CMYK 0.920.880.00   0.06
XYZ16.28797.249282.2021
Yxy7.24920.15400.0686
Hunter Lab26.924360.8661-162.1699
CIE-Lab32.367669.2421-98.7192

#131def color RGB value is (19,29,239).

#131def hex color red value is 19, green value is 29 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #131def hue: 0.66 , saturation: 0.87 and the lightness value of 131def is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00011101 11101111
Octal 23 35 357
Decimal 19 29 239
Hex 13 1D EF

RGB Percentages of Color #131def

%6.62
%10.10
%83.28

CMYK Percentages of Color #131def

%92
%88
%0
%6

Triadic Colors of #131def

#131def #ef131d #1def13

Analogous Colors of #131def

#131def #7713ef #138bef

Monochromatic Colors of #131def

#131def

Complementary Color

#131def #efe513

#131def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131def Color Preview on White Background

Lorem ipsum dolor sit amet.

#131def Color CSS Codes

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

#131def Text Font Color

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

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


#131def Background Color

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

This div background color is #131def


#131def Border Color

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

This div border color is #131def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131def


Comments

No comments written yet.

Please login to write comment.