Color Hex Logo

#347dca Color Hex

#347DCA
(52,125,202)
0 Favorites   0 Comments

Color spaces of #347dca

RGB 52125202
HSL0.590.590.50
HSV211°74°79°
CMYK 0.740.380.00   0.21
XYZ19.410519.661658.6491
Yxy19.66160.19860.2012
Hunter Lab44.34140.5411-47.3822
CIE-Lab51.45243.7008-46.4313

#347dca color RGB value is (52,125,202).

#347dca hex color red value is 52, green value is 125 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #347dca hue: 0.59 , saturation: 0.59 and the lightness value of 347dca is 0.50.

The process color (four color CMYK) of #347dca color hex is 0.74, 0.38, 0.00, 0.21. Web safe color of #347dca is #3366cc. Color #347dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01111101 11001010
Octal 64 175 312
Decimal 52 125 202
Hex 34 7D CA

RGB Percentages of Color #347dca

%13.72
%32.98
%53.30

CMYK Percentages of Color #347dca

%74
%38
%0
%21

Triadic Colors of #347dca

#347dca #ca347d #7dca34

Analogous Colors of #347dca

#347dca #3634ca #34c8ca

Monochromatic Colors of #347dca

#347dca

Complementary Color

#347dca #ca8134

#347dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#347dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#347dca Color CSS Codes

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

#347dca Text Font Color

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

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


#347dca Background Color

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

This div background color is #347dca


#347dca Border Color

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

This div border color is #347dca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,125,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 #347dca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #347dca


Comments

No comments written yet.

Please login to write comment.