Color Hex Logo

#397ffd Color Hex

#397FFD
(57,127,253)
0 Favorites   0 Comments

Color spaces of #397ffd

RGB 57127253
HSL0.610.980.61
HSV219°77°99°
CMYK 0.770.500.00   0.01
XYZ27.006323.140495.9717
Yxy23.14040.18480.1584
Hunter Lab48.104516.0288-84.6145
CIE-Lab55.216721.7411-68.9725

#397ffd color RGB value is (57,127,253).

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

The process color (four color CMYK) of #397ffd color hex is 0.77, 0.50, 0.00, 0.01. Web safe color of #397ffd is #3366ff. Color #397ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111111 11111101
Octal 71 177 375
Decimal 57 127 253
Hex 39 7F FD

RGB Percentages of Color #397ffd

%13.04
%29.06
%57.89

CMYK Percentages of Color #397ffd

%77
%50
%0
%1

Triadic Colors of #397ffd

#397ffd #fd397f #7ffd39

Analogous Colors of #397ffd

#397ffd #5539fd #39e1fd

Monochromatic Colors of #397ffd

#397ffd

Complementary Color

#397ffd #fdb739

#397ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#397ffd Color CSS Codes

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

#397ffd Text Font Color

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

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


#397ffd Background Color

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

This div background color is #397ffd


#397ffd Border Color

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

This div border color is #397ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397ffd


Comments

No comments written yet.

Please login to write comment.