Color Hex Logo

#1347ca Color Hex

#1347CA
(19,71,202)
0 Favorites   0 Comments

Color spaces of #1347ca

RGB 1971202
HSL0.620.830.43
HSV223°91°79°
CMYK 0.910.650.00   0.21
XYZ13.18258.909256.9020
Yxy8.90920.16690.1128
Hunter Lab29.848326.6001-92.1351
CIE-Lab35.808935.5011-71.7707

#1347ca color RGB value is (19,71,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01000111 11001010
Octal 23 107 312
Decimal 19 71 202
Hex 13 47 CA

RGB Percentages of Color #1347ca

%6.51
%24.32
%69.18

CMYK Percentages of Color #1347ca

%91
%65
%0
%21

Triadic Colors of #1347ca

#1347ca #ca1347 #47ca13

Analogous Colors of #1347ca

#1347ca #3a13ca #13a3ca

Monochromatic Colors of #1347ca

#1347ca

Complementary Color

#1347ca #ca9613

#1347ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1347ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#1347ca Color CSS Codes

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

#1347ca Text Font Color

<p style="color:#1347ca">Text here</p>

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


#1347ca Background Color

<div style="background-color:#1347ca">
Div content here</div>

This div background color is #1347ca


#1347ca Border Color

<div style="border:3px solid #1347ca">
Div here</div>

This div border color is #1347ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,71,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 #1347ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1347ca


Comments

No comments written yet.

Please login to write comment.