Color Hex Logo

#347efd Color Hex

#347EFD
(52,126,253)
0 Favorites   0 Comments

Color spaces of #347efd

RGB 52126253
HSL0.610.980.60
HSV218°79°99°
CMYK 0.790.500.00   0.01
XYZ26.606722.743695.9161
Yxy22.74360.18320.1566
Hunter Lab47.690316.1284-85.8627
CIE-Lab54.807221.8765-69.6414

#347efd color RGB value is (52,126,253).

#347efd hex color red value is 52, green value is 126 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #347efd hue: 0.61 , saturation: 0.98 and the lightness value of 347efd is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01111110 11111101
Octal 64 176 375
Decimal 52 126 253
Hex 34 7E FD

RGB Percentages of Color #347efd

%12.06
%29.23
%58.70

CMYK Percentages of Color #347efd

%79
%50
%0
%1

Triadic Colors of #347efd

#347efd #fd347e #7efd34

Analogous Colors of #347efd

#347efd #4f34fd #34e3fd

Monochromatic Colors of #347efd

#347efd

Complementary Color

#347efd #fdb334

#347efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#347efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#347efd Color CSS Codes

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

#347efd Text Font Color

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

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


#347efd Background Color

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

This div background color is #347efd


#347efd Border Color

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

This div border color is #347efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #347efd

Related Colors


Comments

No comments written yet.

Please login to write comment.