Color Hex Logo

#343fed Color Hex

#343FED
(52,63,237)
0 Favorites   0 Comments

Color spaces of #343fed

RGB 5263237
HSL0.660.840.57
HSV236°78°93°
CMYK 0.780.730.00   0.07
XYZ18.479710.399581.1541
Yxy10.39950.16790.0945
Hunter Lab32.248345.8541-126.6320
CIE-Lab38.550154.5305-87.2825

#343fed color RGB value is (52,63,237).

#343fed hex color red value is 52, green value is 63 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #343fed hue: 0.66 , saturation: 0.84 and the lightness value of 343fed is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 00111111 11101101
Octal 64 77 355
Decimal 52 63 237
Hex 34 3F ED

RGB Percentages of Color #343fed

%14.77
%17.90
%67.33

CMYK Percentages of Color #343fed

%78
%73
%0
%7

Triadic Colors of #343fed

#343fed #ed343f #3fed34

Analogous Colors of #343fed

#343fed #8634ed #349ced

Monochromatic Colors of #343fed

#343fed

Complementary Color

#343fed #ede234

#343fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#343fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#343fed Color CSS Codes

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

#343fed Text Font Color

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

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


#343fed Background Color

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

This div background color is #343fed


#343fed Border Color

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

This div border color is #343fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #343fed


Comments

No comments written yet.

Please login to write comment.