Color Hex Logo

#357dcf Color Hex

#357DCF
(53,125,207)
0 Favorites   0 Comments

Color spaces of #357dcf

RGB 53125207
HSL0.590.620.51
HSV212°74°81°
CMYK 0.740.400.00   0.19
XYZ20.064319.929161.8207
Yxy19.92910.19710.1957
Hunter Lab44.64202.1031-50.8559
CIE-Lab51.75705.6577-48.7882

#357dcf color RGB value is (53,125,207).

#357dcf hex color red value is 53, green value is 125 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #357dcf hue: 0.59 , saturation: 0.62 and the lightness value of 357dcf is 0.51.

The process color (four color CMYK) of #357dcf color hex is 0.74, 0.40, 0.00, 0.19. Web safe color of #357dcf is #3366cc. Color #357dcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01111101 11001111
Octal 65 175 317
Decimal 53 125 207
Hex 35 7D CF

RGB Percentages of Color #357dcf

%13.77
%32.47
%53.77

CMYK Percentages of Color #357dcf

%74
%40
%0
%19

Triadic Colors of #357dcf

#357dcf #cf357d #7dcf35

Analogous Colors of #357dcf

#357dcf #3a35cf #35cacf

Monochromatic Colors of #357dcf

#357dcf

Complementary Color

#357dcf #cf8735

#357dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#357dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#357dcf Color CSS Codes

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

#357dcf Text Font Color

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

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


#357dcf Background Color

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

This div background color is #357dcf


#357dcf Border Color

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

This div border color is #357dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #357dcf


Comments

No comments written yet.

Please login to write comment.