Color Hex Logo

#357fff Color Hex

#357FFF
(53,127,255)
1 Favorites   0 Comments

Color spaces of #357fff

RGB 53127255
HSL0.611.000.60
HSV218°79°100°
CMYK 0.790.500.00   0.00
XYZ27.107623.155697.6485
Yxy23.15560.18330.1566
Hunter Lab48.120316.3440-86.6306
CIE-Lab55.232322.0844-70.0560

#357fff color RGB value is (53,127,255).

#357fff hex color red value is 53, green value is 127 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #357fff hue: 0.61 , saturation: 1.00 and the lightness value of 357fff is 0.60.

The process color (four color CMYK) of #357fff color hex is 0.79, 0.50, 0.00, 0.00. Web safe color of #357fff is #3366ff. Color #357fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111111 11111111
Octal 65 177 377
Decimal 53 127 255
Hex 35 7F FF

RGB Percentages of Color #357fff

%12.18
%29.20
%58.62

CMYK Percentages of Color #357fff

%79
%50
%0
%0

Triadic Colors of #357fff

#357fff #ff357f #7fff35

Analogous Colors of #357fff

#357fff #5035ff #35e4ff

Monochromatic Colors of #357fff

#357fff

Complementary Color

#357fff #ffb535

#357fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#357fff Color CSS Codes

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

#357fff Text Font Color

<p style="color:#357fff">Text here</p>

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


#357fff Background Color

<div style="background-color:#357fff">
Div content here</div>

This div background color is #357fff


#357fff Border Color

<div style="border:3px solid #357fff">
Div here</div>

This div border color is #357fff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,127,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #357fff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #357fff;
  -webkit-box-shadow: 1px 1px 3px 2px #357fff;
  box-shadow:         1px 1px 3px 2px #357fff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357fff

#357fff Color Palettes


Comments

No comments written yet.

Please login to write comment.