Color Hex Logo

#347fe9 Color Hex

#347FE9
(52,127,233)
0 Favorites   0 Comments

Color spaces of #347fe9

RGB 52127233
HSL0.600.800.56
HSV215°78°91°
CMYK 0.780.450.00   0.09
XYZ23.713521.792080.0472
Yxy21.79200.18890.1736
Hunter Lab46.68198.9812-68.9894
CIE-Lab53.805613.8807-60.1516

#347fe9 color RGB value is (52,127,233).

#347fe9 hex color red value is 52, green value is 127 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #347fe9 hue: 0.60 , saturation: 0.80 and the lightness value of 347fe9 is 0.56.

The process color (four color CMYK) of #347fe9 color hex is 0.78, 0.45, 0.00, 0.09. Web safe color of #347fe9 is #3366ff. Color #347fe9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01111111 11101001
Octal 64 177 351
Decimal 52 127 233
Hex 34 7F E9

RGB Percentages of Color #347fe9

%12.62
%30.83
%56.55

CMYK Percentages of Color #347fe9

%78
%45
%0
%9

Triadic Colors of #347fe9

#347fe9 #e9347f #7fe934

Analogous Colors of #347fe9

#347fe9 #4334e9 #34dae9

Monochromatic Colors of #347fe9

#347fe9

Complementary Color

#347fe9 #e99e34

#347fe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#347fe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#347fe9 Color CSS Codes

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

#347fe9 Text Font Color

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

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


#347fe9 Background Color

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

This div background color is #347fe9


#347fe9 Border Color

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

This div border color is #347fe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #347fe9


Comments

No comments written yet.

Please login to write comment.