Color Hex Logo

#131ffd Color Hex

#131FFD
(19,31,253)
0 Favorites   0 Comments

Color spaces of #131ffd

RGB 1931253
HSL0.660.980.53
HSV237°92°99°
CMYK 0.920.880.00   0.01
XYZ18.48828.210393.5388
Yxy8.21030.15380.0683
Hunter Lab28.653665.0299-173.4927
CIE-Lab34.417172.3896-103.1996

#131ffd color RGB value is (19,31,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 00011111 11111101
Octal 23 37 375
Decimal 19 31 253
Hex 13 1F FD

RGB Percentages of Color #131ffd

%6.27
%10.23
%83.50

CMYK Percentages of Color #131ffd

%92
%88
%0
%1

Triadic Colors of #131ffd

#131ffd #fd131f #1ffd13

Analogous Colors of #131ffd

#131ffd #7c13fd #1394fd

Monochromatic Colors of #131ffd

#131ffd

Complementary Color

#131ffd #fdf113

#131ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#131ffd Color CSS Codes

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

#131ffd Text Font Color

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

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


#131ffd Background Color

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

This div background color is #131ffd


#131ffd Border Color

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

This div border color is #131ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.