Color Hex Logo

#348bfb Color Hex

#348BFB
(52,139,251)
0 Favorites   0 Comments

Color spaces of #348bfb

RGB 52139251
HSL0.590.960.59
HSV214°79°98°
CMYK 0.790.450.00   0.02
XYZ28.061426.160394.8372
Yxy26.16030.18830.1755
Hunter Lab51.14718.4249-74.1327
CIE-Lab58.188913.1559-63.0894

#348bfb color RGB value is (52,139,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10001011 11111011
Octal 64 213 373
Decimal 52 139 251
Hex 34 8B FB

RGB Percentages of Color #348bfb

%11.76
%31.45
%56.79

CMYK Percentages of Color #348bfb

%79
%45
%0
%2

Triadic Colors of #348bfb

#348bfb #fb348b #8bfb34

Analogous Colors of #348bfb

#348bfb #4134fb #34effb

Monochromatic Colors of #348bfb

#348bfb

Complementary Color

#348bfb #fba434

#348bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#348bfb Color CSS Codes

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

#348bfb Text Font Color

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

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


#348bfb Background Color

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

This div background color is #348bfb


#348bfb Border Color

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

This div border color is #348bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348bfb


Comments

No comments written yet.

Please login to write comment.