Color Hex Logo

#348cff Color Hex

#348CFF
(52,140,255)
0 Favorites   0 Comments

Color spaces of #348cff

RGB 52140255
HSL0.591.000.60
HSV214°80°100°
CMYK 0.800.450.00   0.00
XYZ28.844326.706298.2423
Yxy26.70620.18760.1737
Hunter Lab51.67809.1939-76.5383
CIE-Lab58.701414.0148-64.4649

#348cff color RGB value is (52,140,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 10001100 11111111
Octal 64 214 377
Decimal 52 140 255
Hex 34 8C FF

RGB Percentages of Color #348cff

%11.63
%31.32
%57.05

CMYK Percentages of Color #348cff

%80
%45
%0
%0

Triadic Colors of #348cff

#348cff #ff348c #8cff34

Analogous Colors of #348cff

#348cff #4234ff #34f2ff

Monochromatic Colors of #348cff

#348cff

Complementary Color

#348cff #ffa734

#348cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#348cff Color CSS Codes

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

#348cff Text Font Color

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

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


#348cff Background Color

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

This div background color is #348cff


#348cff Border Color

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

This div border color is #348cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348cff


Comments

No comments written yet.

Please login to write comment.