Color Hex Logo

#347fab Color Hex

#347FAB
(52,127,171)
0 Favorites   0 Comments

Color spaces of #347fab

RGB 52127171
HSL0.560.530.44
HSV202°70°67°
CMYK 0.700.260.00   0.33
XYZ16.356218.849141.3042
Yxy18.84910.21380.2464
Hunter Lab43.4156-8.7298-26.0158
CIE-Lab50.5102-8.5710-30.1071

#347fab color RGB value is (52,127,171).

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

The process color (four color CMYK) of #347fab color hex is 0.70, 0.26, 0.00, 0.33. Web safe color of #347fab is #336699. Color #347fab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01111111 10101011
Octal 64 177 253
Decimal 52 127 171
Hex 34 7F AB

RGB Percentages of Color #347fab

%14.86
%36.29
%48.86

CMYK Percentages of Color #347fab

%70
%26
%0
%33

Triadic Colors of #347fab

#347fab #ab347f #7fab34

Analogous Colors of #347fab

#347fab #3443ab #34ab9c

Monochromatic Colors of #347fab

#347fab

Complementary Color

#347fab #ab6034

#347fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#347fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#347fab Color CSS Codes

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

#347fab Text Font Color

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

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


#347fab Background Color

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

This div background color is #347fab


#347fab Border Color

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

This div border color is #347fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #347fab


Comments

No comments written yet.

Please login to write comment.