Color Hex Logo

#346cea Color Hex

#346CEA
(52,108,234)
0 Favorites   0 Comments

Color spaces of #346cea

RGB 52108234
HSL0.620.810.56
HSV222°78°92°
CMYK 0.780.540.00   0.08
XYZ21.630017.395780.0596
Yxy17.39570.18160.1461
Hunter Lab41.708219.5815-84.6126
CIE-Lab48.754826.1488-68.8693

#346cea color RGB value is (52,108,234).

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

The process color (four color CMYK) of #346cea color hex is 0.78, 0.54, 0.00, 0.08. Web safe color of #346cea is #3366ff. Color #346cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01101100 11101010
Octal 64 154 352
Decimal 52 108 234
Hex 34 6C EA

RGB Percentages of Color #346cea

%13.20
%27.41
%59.39

CMYK Percentages of Color #346cea

%78
%54
%0
%8

Triadic Colors of #346cea

#346cea #ea346c #6cea34

Analogous Colors of #346cea

#346cea #5734ea #34c7ea

Monochromatic Colors of #346cea

#346cea

Complementary Color

#346cea #eab234

#346cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#346cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#346cea Color CSS Codes

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

#346cea Text Font Color

<p style="color:#346cea">Text here</p>

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


#346cea Background Color

<div style="background-color:#346cea">
Div content here</div>

This div background color is #346cea


#346cea Border Color

<div style="border:3px solid #346cea">
Div here</div>

This div border color is #346cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #346cea


Comments

No comments written yet.

Please login to write comment.