Color Hex Logo

#348bcf Color Hex

#348BCF
(52,139,207)
0 Favorites   0 Comments

Color spaces of #348bcf

RGB 52139207
HSL0.570.620.51
HSV206°75°81°
CMYK 0.750.330.00   0.19
XYZ21.911323.700362.4513
Yxy23.70030.20280.2193
Hunter Lab48.6830-4.8556-41.9801
CIE-Lab55.7865-2.8425-42.4019

#348bcf color RGB value is (52,139,207).

#348bcf hex color red value is 52, green value is 139 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #348bcf hue: 0.57 , saturation: 0.62 and the lightness value of 348bcf is 0.51.

The process color (four color CMYK) of #348bcf color hex is 0.75, 0.33, 0.00, 0.19. Web safe color of #348bcf is #3399cc. Color #348bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10001011 11001111
Octal 64 213 317
Decimal 52 139 207
Hex 34 8B CF

RGB Percentages of Color #348bcf

%13.07
%34.92
%52.01

CMYK Percentages of Color #348bcf

%75
%33
%0
%19

Triadic Colors of #348bcf

#348bcf #cf348b #8bcf34

Analogous Colors of #348bcf

#348bcf #343ecf #34cfc6

Monochromatic Colors of #348bcf

#348bcf

Complementary Color

#348bcf #cf7834

#348bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#348bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#348bcf Color CSS Codes

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

#348bcf Text Font Color

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

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


#348bcf Background Color

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

This div background color is #348bcf


#348bcf Border Color

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

This div border color is #348bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #348bcf


Comments

No comments written yet.

Please login to write comment.