Color Hex Logo

#343cfc Color Hex

#343CFC
(52,60,252)
0 Favorites   0 Comments

Color spaces of #343cfc

RGB 5260252
HSL0.660.970.60
HSV238°79°99°
CMYK 0.790.760.00   0.01
XYZ20.602710.990193.1309
Yxy10.99010.16520.0881
Hunter Lab33.151352.9184-143.3555
CIE-Lab39.563860.8539-94.0492

#343cfc color RGB value is (52,60,252).

#343cfc hex color red value is 52, green value is 60 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #343cfc hue: 0.66 , saturation: 0.97 and the lightness value of 343cfc is 0.60.

The process color (four color CMYK) of #343cfc color hex is 0.79, 0.76, 0.00, 0.01. Web safe color of #343cfc is #3333ff. Color #343cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00111100 11111100
Octal 64 74 374
Decimal 52 60 252
Hex 34 3C FC

RGB Percentages of Color #343cfc

%14.29
%16.48
%69.23

CMYK Percentages of Color #343cfc

%79
%76
%0
%1

Triadic Colors of #343cfc

#343cfc #fc343c #3cfc34

Analogous Colors of #343cfc

#343cfc #9034fc #34a0fc

Monochromatic Colors of #343cfc

#343cfc

Complementary Color

#343cfc #fcf434

#343cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#343cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#343cfc Color CSS Codes

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

#343cfc Text Font Color

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

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


#343cfc Background Color

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

This div background color is #343cfc


#343cfc Border Color

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

This div border color is #343cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #343cfc


Comments

No comments written yet.

Please login to write comment.