Color Hex Logo

#397dc7 Color Hex

#397DC7
(57,125,199)
0 Favorites   0 Comments

Color spaces of #397dc7

RGB 57125199
HSL0.590.560.50
HSV211°71°78°
CMYK 0.710.370.00   0.22
XYZ19.329819.660656.8089
Yxy19.66060.20180.2052
Hunter Lab44.34030.2202-44.9243
CIE-Lab51.45133.2971-44.7132

#397dc7 color RGB value is (57,125,199).

#397dc7 hex color red value is 57, green value is 125 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #397dc7 hue: 0.59 , saturation: 0.56 and the lightness value of 397dc7 is 0.50.

The process color (four color CMYK) of #397dc7 color hex is 0.71, 0.37, 0.00, 0.22. Web safe color of #397dc7 is #3366cc. Color #397dc7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111101 11000111
Octal 71 175 307
Decimal 57 125 199
Hex 39 7D C7

RGB Percentages of Color #397dc7

%14.96
%32.81
%52.23

CMYK Percentages of Color #397dc7

%71
%37
%0
%22

Triadic Colors of #397dc7

#397dc7 #c7397d #7dc739

Analogous Colors of #397dc7

#397dc7 #3c39c7 #39c4c7

Monochromatic Colors of #397dc7

#397dc7

Complementary Color

#397dc7 #c78339

#397dc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397dc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#397dc7 Color CSS Codes

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

#397dc7 Text Font Color

<p style="color:#397dc7">Text here</p>

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


#397dc7 Background Color

<div style="background-color:#397dc7">
Div content here</div>

This div background color is #397dc7


#397dc7 Border Color

<div style="border:3px solid #397dc7">
Div here</div>

This div border color is #397dc7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,125,199, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #397dc7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #397dc7;
  -webkit-box-shadow: 1px 1px 3px 2px #397dc7;
  box-shadow:         1px 1px 3px 2px #397dc7; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397dc7


Comments

No comments written yet.

Please login to write comment.