Color Hex Logo

#346ffe Color Hex

#346FFE
(52,111,254)
0 Favorites   0 Comments

Color spaces of #346ffe

RGB 52111254
HSL0.620.990.60
HSV222°80°100°
CMYK 0.800.560.00   0.00
XYZ24.990019.254796.1653
Yxy19.25470.17800.1371
Hunter Lab43.880224.8664-99.2205
CIE-Lab50.983931.5929-76.3993

#346ffe color RGB value is (52,111,254).

#346ffe hex color red value is 52, green value is 111 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #346ffe hue: 0.62 , saturation: 0.99 and the lightness value of 346ffe is 0.60.

The process color (four color CMYK) of #346ffe color hex is 0.80, 0.56, 0.00, 0.00. Web safe color of #346ffe is #3366ff. Color #346ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01101111 11111110
Octal 64 157 376
Decimal 52 111 254
Hex 34 6F FE

RGB Percentages of Color #346ffe

%12.47
%26.62
%60.91

CMYK Percentages of Color #346ffe

%80
%56
%0
%0

Triadic Colors of #346ffe

#346ffe #fe346f #6ffe34

Analogous Colors of #346ffe

#346ffe #5e34fe #34d4fe

Monochromatic Colors of #346ffe

#346ffe

Complementary Color

#346ffe #fec334

#346ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#346ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#346ffe Color CSS Codes

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

#346ffe Text Font Color

<p style="color:#346ffe">Text here</p>

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


#346ffe Background Color

<div style="background-color:#346ffe">
Div content here</div>

This div background color is #346ffe


#346ffe Border Color

<div style="border:3px solid #346ffe">
Div here</div>

This div border color is #346ffe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,111,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #346ffe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #346ffe;
  -webkit-box-shadow: 1px 1px 3px 2px #346ffe;
  box-shadow:         1px 1px 3px 2px #346ffe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #346ffe


Comments

No comments written yet.

Please login to write comment.