Color Hex Logo

#347dd1 Color Hex

#347DD1
(52,125,209)
0 Favorites   0 Comments

Color spaces of #347dd1

RGB 52125209
HSL0.590.630.51
HSV212°75°82°
CMYK 0.750.400.00   0.18
XYZ20.258420.000763.1144
Yxy20.00070.19600.1935
Hunter Lab44.72212.5938-52.3679
CIE-Lab51.83806.2653-49.7957

#347dd1 color RGB value is (52,125,209).

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

The process color (four color CMYK) of #347dd1 color hex is 0.75, 0.40, 0.00, 0.18. Web safe color of #347dd1 is #3366cc. Color #347dd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01111101 11010001
Octal 64 175 321
Decimal 52 125 209
Hex 34 7D D1

RGB Percentages of Color #347dd1

%13.47
%32.38
%54.15

CMYK Percentages of Color #347dd1

%75
%40
%0
%18

Triadic Colors of #347dd1

#347dd1 #d1347d #7dd134

Analogous Colors of #347dd1

#347dd1 #3a34d1 #34ccd1

Monochromatic Colors of #347dd1

#347dd1

Complementary Color

#347dd1 #d18834

#347dd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#347dd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#347dd1 Color CSS Codes

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

#347dd1 Text Font Color

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

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


#347dd1 Background Color

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

This div background color is #347dd1


#347dd1 Border Color

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

This div border color is #347dd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #347dd1


Comments

No comments written yet.

Please login to write comment.