Color Hex Logo

#347083 Color Hex

#347083
(52,112,131)
0 Favorites   0 Comments

Color spaces of #347083

RGB 52112131
HSL0.540.430.36
HSV194°60°51°
CMYK 0.600.150.00   0.49
XYZ11.307113.957123.5708
Yxy13.95710.23150.2858
Hunter Lab37.3592-11.3540-11.2560
CIE-Lab44.1713-13.4503-16.3448

#347083 color RGB value is (52,112,131).

#347083 hex color red value is 52, green value is 112 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #347083 hue: 0.54 , saturation: 0.43 and the lightness value of 347083 is 0.36.

The process color (four color CMYK) of #347083 color hex is 0.60, 0.15, 0.00, 0.49. Web safe color of #347083 is #336699. Color #347083 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01110000 10000011
Octal 64 160 203
Decimal 52 112 131
Hex 34 70 83

RGB Percentages of Color #347083

%17.63
%37.97
%44.41

CMYK Percentages of Color #347083

%60
%15
%0
%49

Triadic Colors of #347083

#347083 #833470 #708334

Analogous Colors of #347083

#347083 #344983 #34836f

Monochromatic Colors of #347083

#347083

Complementary Color

#347083 #834734

#347083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#347083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#347083 Color CSS Codes

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

#347083 Text Font Color

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

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


#347083 Background Color

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

This div background color is #347083


#347083 Border Color

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

This div border color is #347083


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,112,131, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #347083; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #347083;
  -webkit-box-shadow: 1px 1px 3px 2px #347083;
  box-shadow:         1px 1px 3px 2px #347083; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #347083


Comments

No comments written yet.

Please login to write comment.