Color Hex Logo

#357dff Color Hex

#357DFF
(53,125,255)
0 Favorites   0 Comments

Color spaces of #357dff

RGB 53125255
HSL0.611.000.60
HSV219°79°100°
CMYK 0.790.510.00   0.00
XYZ26.851822.644197.5632
Yxy22.64410.18260.1540
Hunter Lab47.585817.4491-88.2497
CIE-Lab54.703823.3235-70.9109

#357dff color RGB value is (53,125,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111101 11111111
Octal 65 175 377
Decimal 53 125 255
Hex 35 7D FF

RGB Percentages of Color #357dff

%12.24
%28.87
%58.89

CMYK Percentages of Color #357dff

%79
%51
%0
%0

Triadic Colors of #357dff

#357dff #ff357d #7dff35

Analogous Colors of #357dff

#357dff #5235ff #35e2ff

Monochromatic Colors of #357dff

#357dff

Complementary Color

#357dff #ffb735

#357dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#357dff Color CSS Codes

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

#357dff Text Font Color

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

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


#357dff Background Color

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

This div background color is #357dff


#357dff Border Color

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

This div border color is #357dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357dff

Related Colors


Comments

No comments written yet.

Please login to write comment.