Color Hex Logo

#345cef Color Hex

#345CEF
(52,92,239)
0 Favorites   0 Comments

Color spaces of #345cef

RGB 5292239
HSL0.630.850.57
HSV227°78°94°
CMYK 0.780.620.00   0.06
XYZ20.823314.616483.3851
Yxy14.61640.17520.1230
Hunter Lab38.231430.3177-102.5533
CIE-Lab45.104338.0407-77.6289

#345cef color RGB value is (52,92,239).

#345cef hex color red value is 52, green value is 92 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #345cef hue: 0.63 , saturation: 0.85 and the lightness value of 345cef is 0.57.

The process color (four color CMYK) of #345cef color hex is 0.78, 0.62, 0.00, 0.06. Web safe color of #345cef is #3366ff. Color #345cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 01011100 11101111
Octal 64 134 357
Decimal 52 92 239
Hex 34 5C EF

RGB Percentages of Color #345cef

%13.58
%24.02
%62.40

CMYK Percentages of Color #345cef

%78
%62
%0
%6

Triadic Colors of #345cef

#345cef #ef345c #5cef34

Analogous Colors of #345cef

#345cef #6a34ef #34baef

Monochromatic Colors of #345cef

#345cef

Complementary Color

#345cef #efc734

#345cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#345cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#345cef Color CSS Codes

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

#345cef Text Font Color

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

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


#345cef Background Color

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

This div background color is #345cef


#345cef Border Color

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

This div border color is #345cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #345cef


Comments

No comments written yet.

Please login to write comment.