Color Hex Logo

#347df5 Color Hex

#347DF5
(52,125,245)
0 Favorites   0 Comments

Color spaces of #347df5

RGB 52125245
HSL0.600.910.58
HSV217°79°96°
CMYK 0.790.490.00   0.04
XYZ25.231221.989989.3008
Yxy21.98990.18480.1611
Hunter Lab46.893413.9793-80.0827
CIE-Lab54.016319.5494-66.4920

#347df5 color RGB value is (52,125,245).

#347df5 hex color red value is 52, green value is 125 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #347df5 hue: 0.60 , saturation: 0.91 and the lightness value of 347df5 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01111101 11110101
Octal 64 175 365
Decimal 52 125 245
Hex 34 7D F5

RGB Percentages of Color #347df5

%12.32
%29.62
%58.06

CMYK Percentages of Color #347df5

%79
%49
%0
%4

Triadic Colors of #347df5

#347df5 #f5347d #7df534

Analogous Colors of #347df5

#347df5 #4c34f5 #34def5

Monochromatic Colors of #347df5

#347df5

Complementary Color

#347df5 #f5ac34

#347df5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#347df5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#347df5 Color CSS Codes

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

#347df5 Text Font Color

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

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


#347df5 Background Color

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

This div background color is #347df5


#347df5 Border Color

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

This div border color is #347df5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #347df5


Comments

No comments written yet.

Please login to write comment.