Color Hex Logo

#343eeb Color Hex

#343EEB
(52,62,235)
0 Favorites   0 Comments

Color spaces of #343eeb

RGB 5262235
HSL0.660.820.56
HSV237°78°92°
CMYK 0.780.740.00   0.08
XYZ18.134210.173579.6052
Yxy10.17350.16800.0943
Hunter Lab31.895945.6670-125.6476
CIE-Lab38.152054.4297-86.8077

#343eeb color RGB value is (52,62,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 00111110 11101011
Octal 64 76 353
Decimal 52 62 235
Hex 34 3E EB

RGB Percentages of Color #343eeb

%14.90
%17.77
%67.34

CMYK Percentages of Color #343eeb

%78
%74
%0
%8

Triadic Colors of #343eeb

#343eeb #eb343e #3eeb34

Analogous Colors of #343eeb

#343eeb #8634eb #349aeb

Monochromatic Colors of #343eeb

#343eeb

Complementary Color

#343eeb #ebe134

#343eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#343eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#343eeb Color CSS Codes

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

#343eeb Text Font Color

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

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


#343eeb Background Color

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

This div background color is #343eeb


#343eeb Border Color

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

This div border color is #343eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #343eeb


Comments

No comments written yet.

Please login to write comment.