Color Hex Logo

#357cff Color Hex

#357CFF
(53,124,255)
0 Favorites   0 Comments

Color spaces of #357cff

RGB 53124255
HSL0.611.000.60
HSV219°79°100°
CMYK 0.790.510.00   0.00
XYZ26.725822.392297.5213
Yxy22.39220.18230.1527
Hunter Lab47.320418.0032-89.0648
CIE-Lab54.440723.9438-71.3370

#357cff color RGB value is (53,124,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111100 11111111
Octal 65 174 377
Decimal 53 124 255
Hex 35 7C FF

RGB Percentages of Color #357cff

%12.27
%28.70
%59.03

CMYK Percentages of Color #357cff

%79
%51
%0
%0

Triadic Colors of #357cff

#357cff #ff357c #7cff35

Analogous Colors of #357cff

#357cff #5335ff #35e1ff

Monochromatic Colors of #357cff

#357cff

Complementary Color

#357cff #ffb835

#357cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#357cff Color CSS Codes

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

#357cff Text Font Color

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

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


#357cff Background Color

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

This div background color is #357cff


#357cff Border Color

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

This div border color is #357cff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,124,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 #357cff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357cff


Comments

No comments written yet.

Please login to write comment.