Color Hex Logo

#348bfc Color Hex

#348BFC
(52,139,252)
0 Favorites   0 Comments

Color spaces of #348bfc

RGB 52139252
HSL0.590.970.60
HSV214°79°99°
CMYK 0.790.450.00   0.01
XYZ28.219526.223695.6698
Yxy26.22360.18800.1747
Hunter Lab51.20908.7495-74.9207
CIE-Lab58.248713.5223-63.5436

#348bfc color RGB value is (52,139,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10001011 11111100
Octal 64 213 374
Decimal 52 139 252
Hex 34 8B FC

RGB Percentages of Color #348bfc

%11.74
%31.38
%56.88

CMYK Percentages of Color #348bfc

%79
%45
%0
%1

Triadic Colors of #348bfc

#348bfc #fc348b #8bfc34

Analogous Colors of #348bfc

#348bfc #4134fc #34effc

Monochromatic Colors of #348bfc

#348bfc

Complementary Color

#348bfc #fca534

#348bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#348bfc Color CSS Codes

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

#348bfc Text Font Color

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

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


#348bfc Background Color

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

This div background color is #348bfc


#348bfc Border Color

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

This div border color is #348bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348bfc


Comments

No comments written yet.

Please login to write comment.