Color Hex Logo

#131dca Color Hex

#131DCA
(19,29,202)
0 Favorites   0 Comments

Color spaces of #131dca

RGB 1929202
HSL0.660.830.43
HSV237°91°79°
CMYK 0.910.860.00   0.21
XYZ11.36865.281456.2973
Yxy5.28140.15580.0724
Hunter Lab22.981348.0848-129.1559
CIE-Lab27.521958.7596-85.4860

#131dca color RGB value is (19,29,202).

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

The process color (four color CMYK) of #131dca color hex is 0.91, 0.86, 0.00, 0.21. Web safe color of #131dca is #0033cc. Color #131dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00011101 11001010
Octal 23 35 312
Decimal 19 29 202
Hex 13 1D CA

RGB Percentages of Color #131dca

%7.60
%11.60
%80.80

CMYK Percentages of Color #131dca

%91
%86
%0
%21

Triadic Colors of #131dca

#131dca #ca131d #1dca13

Analogous Colors of #131dca

#131dca #6513ca #1379ca

Monochromatic Colors of #131dca

#131dca

Complementary Color

#131dca #cac013

#131dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#131dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#131dca Color CSS Codes

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

#131dca Text Font Color

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

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


#131dca Background Color

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

This div background color is #131dca


#131dca Border Color

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

This div border color is #131dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #131dca


Comments

No comments written yet.

Please login to write comment.