Color Hex Logo

#343ecf Color Hex

#343ECF
(52,62,207)
0 Favorites   0 Comments

Color spaces of #343ecf

RGB 5262207
HSL0.660.620.51
HSV236°75°81°
CMYK 0.750.700.00   0.19
XYZ14.40138.680359.9479
Yxy8.68030.17340.1045
Hunter Lab29.462335.6923-100.0154
CIE-Lab35.361345.1726-75.3670

#343ecf color RGB value is (52,62,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 00111110 11001111
Octal 64 76 317
Decimal 52 62 207
Hex 34 3E CF

RGB Percentages of Color #343ecf

%16.20
%19.31
%64.49

CMYK Percentages of Color #343ecf

%75
%70
%0
%19

Triadic Colors of #343ecf

#343ecf #cf343e #3ecf34

Analogous Colors of #343ecf

#343ecf #7834cf #348ccf

Monochromatic Colors of #343ecf

#343ecf

Complementary Color

#343ecf #cfc534

#343ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#343ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#343ecf Color CSS Codes

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

#343ecf Text Font Color

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

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


#343ecf Background Color

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

This div background color is #343ecf


#343ecf Border Color

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

This div border color is #343ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #343ecf


Comments

No comments written yet.

Please login to write comment.