Color Hex Logo

#343edb Color Hex

#343EDB
(52,62,219)
0 Favorites   0 Comments

Color spaces of #343edb

RGB 5262219
HSL0.660.700.53
HSV236°76°86°
CMYK 0.760.720.00   0.14
XYZ15.92509.289867.9716
Yxy9.28980.17090.0997
Hunter Lab30.479239.9255-110.8872
CIE-Lab36.536449.1952-80.3504

#343edb color RGB value is (52,62,219).

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

The process color (four color CMYK) of #343edb color hex is 0.76, 0.72, 0.00, 0.14. Web safe color of #343edb is #3333cc. Color #343edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00111110 11011011
Octal 64 76 333
Decimal 52 62 219
Hex 34 3E DB

RGB Percentages of Color #343edb

%15.62
%18.62
%65.77

CMYK Percentages of Color #343edb

%76
%72
%0
%14

Triadic Colors of #343edb

#343edb #db343e #3edb34

Analogous Colors of #343edb

#343edb #7e34db #3492db

Monochromatic Colors of #343edb

#343edb

Complementary Color

#343edb #dbd134

#343edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#343edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#343edb Color CSS Codes

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

#343edb Text Font Color

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

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


#343edb Background Color

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

This div background color is #343edb


#343edb Border Color

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

This div border color is #343edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #343edb


Comments

No comments written yet.

Please login to write comment.