Color Hex Logo

#347dfa Color Hex

#347DFA
(52,125,250)
0 Favorites   0 Comments

Color spaces of #347dfa

RGB 52125250
HSL0.610.950.59
HSV218°79°98°
CMYK 0.790.500.00   0.02
XYZ26.005122.299493.3761
Yxy22.29940.18350.1574
Hunter Lab47.222215.6603-84.1830
CIE-Lab54.343221.3925-68.7338

#347dfa color RGB value is (52,125,250).

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

The process color (four color CMYK) of #347dfa color hex is 0.79, 0.50, 0.00, 0.02. Web safe color of #347dfa is #3366ff. Color #347dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01111101 11111010
Octal 64 175 372
Decimal 52 125 250
Hex 34 7D FA

RGB Percentages of Color #347dfa

%12.18
%29.27
%58.55

CMYK Percentages of Color #347dfa

%79
%50
%0
%2

Triadic Colors of #347dfa

#347dfa #fa347d #7dfa34

Analogous Colors of #347dfa

#347dfa #4e34fa #34e0fa

Monochromatic Colors of #347dfa

#347dfa

Complementary Color

#347dfa #fab134

#347dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#347dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#347dfa Color CSS Codes

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

#347dfa Text Font Color

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

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


#347dfa Background Color

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

This div background color is #347dfa


#347dfa Border Color

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

This div border color is #347dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #347dfa


Comments

No comments written yet.

Please login to write comment.