Color Hex Logo

#354fe5 Color Hex

#354FE5
(53,79,229)
0 Favorites   0 Comments

Color spaces of #354fe5

RGB 5379229
HSL0.640.770.55
HSV231°77°90°
CMYK 0.770.660.00   0.10
XYZ18.407012.006075.4760
Yxy12.00600.17380.1134
Hunter Lab34.649734.1879-104.8943
CIE-Lab41.225742.6176-78.3377

#354fe5 color RGB value is (53,79,229).

#354fe5 hex color red value is 53, green value is 79 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #354fe5 hue: 0.64 , saturation: 0.77 and the lightness value of 354fe5 is 0.55.

The process color (four color CMYK) of #354fe5 color hex is 0.77, 0.66, 0.00, 0.10. Web safe color of #354fe5 is #3366cc. Color #354fe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001111 11100101
Octal 65 117 345
Decimal 53 79 229
Hex 35 4F E5

RGB Percentages of Color #354fe5

%14.68
%21.88
%63.43

CMYK Percentages of Color #354fe5

%77
%66
%0
%10

Triadic Colors of #354fe5

#354fe5 #e5354f #4fe535

Analogous Colors of #354fe5

#354fe5 #7335e5 #35a7e5

Monochromatic Colors of #354fe5

#354fe5

Complementary Color

#354fe5 #e5cb35

#354fe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354fe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#354fe5 Color CSS Codes

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

#354fe5 Text Font Color

<p style="color:#354fe5">Text here</p>

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


#354fe5 Background Color

<div style="background-color:#354fe5">
Div content here</div>

This div background color is #354fe5


#354fe5 Border Color

<div style="border:3px solid #354fe5">
Div here</div>

This div border color is #354fe5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,79,229, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #354fe5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #354fe5;
  -webkit-box-shadow: 1px 1px 3px 2px #354fe5;
  box-shadow:         1px 1px 3px 2px #354fe5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,79,229, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354fe5


Comments

No comments written yet.

Please login to write comment.