Color Hex Logo

#347882 Color Hex

#347882
(52,120,130)
0 Favorites   0 Comments

Color spaces of #347882

RGB 52120130
HSL0.520.430.36
HSV188°60°51°
CMYK 0.600.080.00   0.49
XYZ12.161915.774723.5229
Yxy15.77470.23630.3065
Hunter Lab39.7174-14.8467-7.3128
CIE-Lab46.6775-18.2059-11.9424

#347882 color RGB value is (52,120,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01111000 10000010
Octal 64 170 202
Decimal 52 120 130
Hex 34 78 82

RGB Percentages of Color #347882

%17.22
%39.74
%43.05

CMYK Percentages of Color #347882

%60
%8
%0
%49

Triadic Colors of #347882

#347882 #823478 #788234

Analogous Colors of #347882

#347882 #345182 #348265

Monochromatic Colors of #347882

#347882

Complementary Color

#347882 #823e34

#347882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#347882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#347882 Color CSS Codes

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

#347882 Text Font Color

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

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


#347882 Background Color

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

This div background color is #347882


#347882 Border Color

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

This div border color is #347882


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #347882


Comments

No comments written yet.

Please login to write comment.