Color Hex Logo

#345dca Color Hex

#345DCA
(52,93,202)
0 Favorites   0 Comments

Color spaces of #345dca

RGB 5293202
HSL0.620.590.50
HSV224°74°79°
CMYK 0.740.540.00   0.21
XYZ15.991212.823057.5094
Yxy12.82300.18520.1485
Hunter Lab35.809217.0460-70.1530
CIE-Lab42.495323.8915-60.8136

#345dca color RGB value is (52,93,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110100 01011101 11001010
Octal 64 135 312
Decimal 52 93 202
Hex 34 5D CA

RGB Percentages of Color #345dca

%14.99
%26.80
%58.21

CMYK Percentages of Color #345dca

%74
%54
%0
%21

Triadic Colors of #345dca

#345dca #ca345d #5dca34

Analogous Colors of #345dca

#345dca #5634ca #34a8ca

Monochromatic Colors of #345dca

#345dca

Complementary Color

#345dca #caa134

#345dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#345dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#345dca Color CSS Codes

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

#345dca Text Font Color

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

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


#345dca Background Color

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

This div background color is #345dca


#345dca Border Color

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

This div border color is #345dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #345dca


Comments

No comments written yet.

Please login to write comment.