Color Hex Logo

#397fcd Color Hex

#397FCD
(57,127,205)
0 Favorites   0 Comments

Color spaces of #397fcd

RGB 57127205
HSL0.590.600.51
HSV212°72°80°
CMYK 0.720.380.00   0.20
XYZ20.296220.456460.6364
Yxy20.45640.20020.2018
Hunter Lab45.22880.9508-47.8276
CIE-Lab52.34944.2468-46.7025

#397fcd color RGB value is (57,127,205).

#397fcd hex color red value is 57, green value is 127 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #397fcd hue: 0.59 , saturation: 0.60 and the lightness value of 397fcd is 0.51.

The process color (four color CMYK) of #397fcd color hex is 0.72, 0.38, 0.00, 0.20. Web safe color of #397fcd is #3366cc. Color #397fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111111 11001101
Octal 71 177 315
Decimal 57 127 205
Hex 39 7F CD

RGB Percentages of Color #397fcd

%14.65
%32.65
%52.70

CMYK Percentages of Color #397fcd

%72
%38
%0
%20

Triadic Colors of #397fcd

#397fcd #cd397f #7fcd39

Analogous Colors of #397fcd

#397fcd #3d39cd #39c9cd

Monochromatic Colors of #397fcd

#397fcd

Complementary Color

#397fcd #cd8739

#397fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#397fcd Color CSS Codes

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

#397fcd Text Font Color

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

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


#397fcd Background Color

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

This div background color is #397fcd


#397fcd Border Color

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

This div border color is #397fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397fcd


Comments

No comments written yet.

Please login to write comment.