Color Hex Logo

#397cff Color Hex

#397CFF
(57,124,255)
0 Favorites   0 Comments

Color spaces of #397cff

RGB 57124255
HSL0.611.000.61
HSV220°78°100°
CMYK 0.780.510.00   0.00
XYZ26.945022.505297.5315
Yxy22.50520.18330.1531
Hunter Lab47.439618.3659-88.6870
CIE-Lab54.559024.3271-71.1397

#397cff color RGB value is (57,124,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111100 11111111
Octal 71 174 377
Decimal 57 124 255
Hex 39 7C FF

RGB Percentages of Color #397cff

%13.07
%28.44
%58.49

CMYK Percentages of Color #397cff

%78
%51
%0
%0

Triadic Colors of #397cff

#397cff #ff397c #7cff39

Analogous Colors of #397cff

#397cff #5939ff #39dfff

Monochromatic Colors of #397cff

#397cff

Complementary Color

#397cff #ffbc39

#397cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#397cff Color CSS Codes

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

#397cff Text Font Color

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

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


#397cff Background Color

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

This div background color is #397cff


#397cff Border Color

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

This div border color is #397cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397cff

Related Colors


Comments

No comments written yet.

Please login to write comment.