Color Hex Logo

#343fce Color Hex

#343FCE
(52,63,206)
0 Favorites   0 Comments

Color spaces of #343fce

RGB 5263206
HSL0.650.610.51
HSV236°75°81°
CMYK 0.750.690.00   0.19
XYZ14.33438.741359.3243
Yxy8.74130.17400.1061
Hunter Lab29.565734.8020-98.2709
CIE-Lab35.481444.2412-74.5897

#343fce color RGB value is (52,63,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 00111111 11001110
Octal 64 77 316
Decimal 52 63 206
Hex 34 3F CE

RGB Percentages of Color #343fce

%16.20
%19.63
%64.17

CMYK Percentages of Color #343fce

%75
%69
%0
%19

Triadic Colors of #343fce

#343fce #ce343f #3fce34

Analogous Colors of #343fce

#343fce #7634ce #348cce

Monochromatic Colors of #343fce

#343fce

Complementary Color

#343fce #cec334

#343fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#343fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#343fce Color CSS Codes

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

#343fce Text Font Color

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

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


#343fce Background Color

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

This div background color is #343fce


#343fce Border Color

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

This div border color is #343fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #343fce


Comments

No comments written yet.

Please login to write comment.