Color Hex Logo

#343dce Color Hex

#343DCE
(52,61,206)
0 Favorites   0 Comments

Color spaces of #343dce

RGB 5261206
HSL0.660.610.51
HSV236°75°81°
CMYK 0.750.700.00   0.19
XYZ14.22558.523859.2880
Yxy8.52380.17340.1039
Hunter Lab29.195535.8817-99.9645
CIE-Lab35.050845.4221-75.2987

#343dce color RGB value is (52,61,206).

#343dce hex color red value is 52, green value is 61 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #343dce hue: 0.66 , saturation: 0.61 and the lightness value of 343dce is 0.51.

The process color (four color CMYK) of #343dce color hex is 0.75, 0.70, 0.00, 0.19. Web safe color of #343dce is #3333cc. Color #343dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00111101 11001110
Octal 64 75 316
Decimal 52 61 206
Hex 34 3D CE

RGB Percentages of Color #343dce

%16.30
%19.12
%64.58

CMYK Percentages of Color #343dce

%75
%70
%0
%19

Triadic Colors of #343dce

#343dce #ce343d #3dce34

Analogous Colors of #343dce

#343dce #7834ce #348ace

Monochromatic Colors of #343dce

#343dce

Complementary Color

#343dce #cec534

#343dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#343dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#343dce Color CSS Codes

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

#343dce Text Font Color

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

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


#343dce Background Color

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

This div background color is #343dce


#343dce Border Color

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

This div border color is #343dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #343dce


Comments

No comments written yet.

Please login to write comment.