Color Hex Logo

#343feb Color Hex

#343FEB
(52,63,235)
0 Favorites   0 Comments

Color spaces of #343feb

RGB 5263235
HSL0.660.820.56
HSV236°78°92°
CMYK 0.780.730.00   0.08
XYZ18.189110.283279.6235
Yxy10.28320.16830.0951
Hunter Lab32.067445.1297-124.7700
CIE-Lab38.346053.8839-86.4871

#343feb color RGB value is (52,63,235).

#343feb hex color red value is 52, green value is 63 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #343feb hue: 0.66 , saturation: 0.82 and the lightness value of 343feb is 0.56.

The process color (four color CMYK) of #343feb color hex is 0.78, 0.73, 0.00, 0.08. Web safe color of #343feb is #3333ff. Color #343feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00111111 11101011
Octal 64 77 353
Decimal 52 63 235
Hex 34 3F EB

RGB Percentages of Color #343feb

%14.86
%18.00
%67.14

CMYK Percentages of Color #343feb

%78
%73
%0
%8

Triadic Colors of #343feb

#343feb #eb343f #3feb34

Analogous Colors of #343feb

#343feb #8534eb #349beb

Monochromatic Colors of #343feb

#343feb

Complementary Color

#343feb #ebe034

#343feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#343feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#343feb Color CSS Codes

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

#343feb Text Font Color

<p style="color:#343feb">Text here</p>

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


#343feb Background Color

<div style="background-color:#343feb">
Div content here</div>

This div background color is #343feb


#343feb Border Color

<div style="border:3px solid #343feb">
Div here</div>

This div border color is #343feb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,63,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #343feb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #343feb;
  -webkit-box-shadow: 1px 1px 3px 2px #343feb;
  box-shadow:         1px 1px 3px 2px #343feb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #343feb


Comments

No comments written yet.

Please login to write comment.