Color Hex Logo

#345fca Color Hex

#345FCA
(52,95,202)
0 Favorites   0 Comments

Color spaces of #345fca

RGB 5295202
HSL0.620.590.50
HSV223°74°79°
CMYK 0.740.530.00   0.21
XYZ16.169113.178857.5687
Yxy13.17880.18600.1516
Hunter Lab36.302615.9739-68.6103
CIE-Lab43.031422.6006-59.9448

#345fca color RGB value is (52,95,202).

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

The process color (four color CMYK) of #345fca color hex is 0.74, 0.53, 0.00, 0.21. Web safe color of #345fca is #3366cc. Color #345fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01011111 11001010
Octal 64 137 312
Decimal 52 95 202
Hex 34 5F CA

RGB Percentages of Color #345fca

%14.90
%27.22
%57.88

CMYK Percentages of Color #345fca

%74
%53
%0
%21

Triadic Colors of #345fca

#345fca #ca345f #5fca34

Analogous Colors of #345fca

#345fca #5434ca #34aaca

Monochromatic Colors of #345fca

#345fca

Complementary Color

#345fca #ca9f34

#345fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#345fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#345fca Color CSS Codes

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

#345fca Text Font Color

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

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


#345fca Background Color

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

This div background color is #345fca


#345fca Border Color

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

This div border color is #345fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #345fca


Comments

No comments written yet.

Please login to write comment.