Color Hex Logo

#345afa Color Hex

#345AFA
(52,90,250)
0 Favorites   0 Comments

Color spaces of #345afa

RGB 5290250
HSL0.630.950.59
HSV228°79°98°
CMYK 0.790.640.00   0.02
XYZ22.327714.944592.1503
Yxy14.94450.17250.1155
Hunter Lab38.658135.4442-114.2703
CIE-Lab45.558143.1753-83.0455

#345afa color RGB value is (52,90,250).

#345afa hex color red value is 52, green value is 90 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #345afa hue: 0.63 , saturation: 0.95 and the lightness value of 345afa is 0.59.

The process color (four color CMYK) of #345afa color hex is 0.79, 0.64, 0.00, 0.02. Web safe color of #345afa is #3366ff. Color #345afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01011010 11111010
Octal 64 132 372
Decimal 52 90 250
Hex 34 5A FA

RGB Percentages of Color #345afa

%13.27
%22.96
%63.78

CMYK Percentages of Color #345afa

%79
%64
%0
%2

Triadic Colors of #345afa

#345afa #fa345a #5afa34

Analogous Colors of #345afa

#345afa #7134fa #34bdfa

Monochromatic Colors of #345afa

#345afa

Complementary Color

#345afa #fad434

#345afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#345afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#345afa Color CSS Codes

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

#345afa Text Font Color

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

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


#345afa Background Color

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

This div background color is #345afa


#345afa Border Color

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

This div border color is #345afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #345afa


Comments

No comments written yet.

Please login to write comment.