Color Hex Logo

#343eea Color Hex

#343EEA
(52,62,234)
0 Favorites   0 Comments

Color spaces of #343eea

RGB 5262234
HSL0.660.810.56
HSV237°78°92°
CMYK 0.780.740.00   0.08
XYZ17.990110.115878.8463
Yxy10.11580.16820.0946
Hunter Lab31.805345.3058-124.7178
CIE-Lab38.049554.1074-86.4102

#343eea color RGB value is (52,62,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 00111110 11101010
Octal 64 76 352
Decimal 52 62 234
Hex 34 3E EA

RGB Percentages of Color #343eea

%14.94
%17.82
%67.24

CMYK Percentages of Color #343eea

%78
%74
%0
%8

Triadic Colors of #343eea

#343eea #ea343e #3eea34

Analogous Colors of #343eea

#343eea #8534ea #3499ea

Monochromatic Colors of #343eea

#343eea

Complementary Color

#343eea #eae034

#343eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#343eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#343eea Color CSS Codes

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

#343eea Text Font Color

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

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


#343eea Background Color

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

This div background color is #343eea


#343eea Border Color

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

This div border color is #343eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #343eea


Comments

No comments written yet.

Please login to write comment.