Color Hex Logo

#343fff Color Hex

#343FFF
(52,63,255)
0 Favorites   0 Comments

Color spaces of #343fff

RGB 5263255
HSL0.661.000.60
HSV237°80°100°
CMYK 0.800.750.00   0.00
XYZ21.243711.505195.7088
Yxy11.50510.16540.0896
Hunter Lab33.919252.4367-143.5536
CIE-Lab40.418560.2530-94.3113

#343fff color RGB value is (52,63,255).

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

The process color (four color CMYK) of #343fff color hex is 0.80, 0.75, 0.00, 0.00. Web safe color of #343fff is #3333ff. Color #343fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00111111 11111111
Octal 64 77 377
Decimal 52 63 255
Hex 34 3F FF

RGB Percentages of Color #343fff

%14.05
%17.03
%68.92

CMYK Percentages of Color #343fff

%80
%75
%0
%0

Triadic Colors of #343fff

#343fff #ff343f #3fff34

Analogous Colors of #343fff

#343fff #8f34ff #34a5ff

Monochromatic Colors of #343fff

#343fff

Complementary Color

#343fff #fff434

#343fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#343fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#343fff Color CSS Codes

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

#343fff Text Font Color

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

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


#343fff Background Color

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

This div background color is #343fff


#343fff Border Color

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

This div border color is #343fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #343fff

Related Colors


Comments

No comments written yet.

Please login to write comment.