Color Hex Logo

#347efa Color Hex

#347EFA
(52,126,250)
0 Favorites   0 Comments

Color spaces of #347efa

RGB 52126250
HSL0.600.950.59
HSV218°79°98°
CMYK 0.790.500.00   0.02
XYZ26.132322.553993.4185
Yxy22.55390.18390.1587
Hunter Lab47.490915.1120-83.3845
CIE-Lab54.609820.7718-68.3029

#347efa color RGB value is (52,126,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01111110 11111010
Octal 64 176 372
Decimal 52 126 250
Hex 34 7E FA

RGB Percentages of Color #347efa

%12.15
%29.44
%58.41

CMYK Percentages of Color #347efa

%79
%50
%0
%2

Triadic Colors of #347efa

#347efa #fa347e #7efa34

Analogous Colors of #347efa

#347efa #4d34fa #34e1fa

Monochromatic Colors of #347efa

#347efa

Complementary Color

#347efa #fab034

#347efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#347efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#347efa Color CSS Codes

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

#347efa Text Font Color

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

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


#347efa Background Color

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

This div background color is #347efa


#347efa Border Color

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

This div border color is #347efa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,126,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 #347efa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #347efa


Comments

No comments written yet.

Please login to write comment.