Color Hex Logo

#348cfa Color Hex

#348CFA
(52,140,250)
0 Favorites   0 Comments

Color spaces of #348cfa

RGB 52140250
HSL0.590.950.59
HSV213°79°98°
CMYK 0.790.440.00   0.02
XYZ28.049626.388494.0576
Yxy26.38840.18890.1777
Hunter Lab51.36967.5703-72.6010
CIE-Lab58.403912.1825-62.1939

#348cfa color RGB value is (52,140,250).

#348cfa hex color red value is 52, green value is 140 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #348cfa hue: 0.59 , saturation: 0.95 and the lightness value of 348cfa is 0.59.

The process color (four color CMYK) of #348cfa color hex is 0.79, 0.44, 0.00, 0.02. Web safe color of #348cfa is #3399ff. Color #348cfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10001100 11111010
Octal 64 214 372
Decimal 52 140 250
Hex 34 8C FA

RGB Percentages of Color #348cfa

%11.76
%31.67
%56.56

CMYK Percentages of Color #348cfa

%79
%44
%0
%2

Triadic Colors of #348cfa

#348cfa #fa348c #8cfa34

Analogous Colors of #348cfa

#348cfa #3f34fa #34effa

Monochromatic Colors of #348cfa

#348cfa

Complementary Color

#348cfa #faa234

#348cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#348cfa Color CSS Codes

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

#348cfa Text Font Color

<p style="color:#348cfa">Text here</p>

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


#348cfa Background Color

<div style="background-color:#348cfa">
Div content here</div>

This div background color is #348cfa


#348cfa Border Color

<div style="border:3px solid #348cfa">
Div here</div>

This div border color is #348cfa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,140,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #348cfa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #348cfa;
  -webkit-box-shadow: 1px 1px 3px 2px #348cfa;
  box-shadow:         1px 1px 3px 2px #348cfa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348cfa


Comments

No comments written yet.

Please login to write comment.