Color Hex Logo

#347fdb Color Hex

#347FDB
(52,127,219)
0 Favorites   0 Comments

Color spaces of #347fdb

RGB 52127219
HSL0.590.700.53
HSV213°76°86°
CMYK 0.760.420.00   0.14
XYZ21.791721.023369.9272
Yxy21.02330.19330.1865
Hunter Lab45.85124.5962-58.3268
CIE-Lab52.97508.7171-53.6317

#347fdb color RGB value is (52,127,219).

#347fdb hex color red value is 52, green value is 127 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #347fdb hue: 0.59 , saturation: 0.70 and the lightness value of 347fdb is 0.53.

The process color (four color CMYK) of #347fdb color hex is 0.76, 0.42, 0.00, 0.14. Web safe color of #347fdb is #3366cc. Color #347fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01111111 11011011
Octal 64 177 333
Decimal 52 127 219
Hex 34 7F DB

RGB Percentages of Color #347fdb

%13.07
%31.91
%55.03

CMYK Percentages of Color #347fdb

%76
%42
%0
%14

Triadic Colors of #347fdb

#347fdb #db347f #7fdb34

Analogous Colors of #347fdb

#347fdb #3d34db #34d3db

Monochromatic Colors of #347fdb

#347fdb

Complementary Color

#347fdb #db9034

#347fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#347fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#347fdb Color CSS Codes

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

#347fdb Text Font Color

<p style="color:#347fdb">Text here</p>

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


#347fdb Background Color

<div style="background-color:#347fdb">
Div content here</div>

This div background color is #347fdb


#347fdb Border Color

<div style="border:3px solid #347fdb">
Div here</div>

This div border color is #347fdb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,127,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #347fdb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #347fdb;
  -webkit-box-shadow: 1px 1px 3px 2px #347fdb;
  box-shadow:         1px 1px 3px 2px #347fdb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,127,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #347fdb


Comments

No comments written yet.

Please login to write comment.