Color Hex Logo

#345fce Color Hex

#345FCE
(52,95,206)
0 Favorites   0 Comments

Color spaces of #345fce

RGB 5295206
HSL0.620.610.51
HSV223°75°81°
CMYK 0.750.540.00   0.19
XYZ16.649013.370760.0958
Yxy13.37070.18480.1484
Hunter Lab36.566017.2831-71.8463
CIE-Lab43.316624.0857-61.7858

#345fce color RGB value is (52,95,206).

#345fce hex color red value is 52, green value is 95 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #345fce hue: 0.62 , saturation: 0.61 and the lightness value of 345fce is 0.51.

The process color (four color CMYK) of #345fce color hex is 0.75, 0.54, 0.00, 0.19. Web safe color of #345fce is #3366cc. Color #345fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01011111 11001110
Octal 64 137 316
Decimal 52 95 206
Hex 34 5F CE

RGB Percentages of Color #345fce

%14.73
%26.91
%58.36

CMYK Percentages of Color #345fce

%75
%54
%0
%19

Triadic Colors of #345fce

#345fce #ce345f #5fce34

Analogous Colors of #345fce

#345fce #5634ce #34acce

Monochromatic Colors of #345fce

#345fce

Complementary Color

#345fce #cea334

#345fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#345fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#345fce Color CSS Codes

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

#345fce Text Font Color

<p style="color:#345fce">Text here</p>

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


#345fce Background Color

<div style="background-color:#345fce">
Div content here</div>

This div background color is #345fce


#345fce Border Color

<div style="border:3px solid #345fce">
Div here</div>

This div border color is #345fce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,95,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #345fce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #345fce;
  -webkit-box-shadow: 1px 1px 3px 2px #345fce;
  box-shadow:         1px 1px 3px 2px #345fce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #345fce


Comments

No comments written yet.

Please login to write comment.