Color Hex Logo

#397fe5 Color Hex

#397FE5
(57,127,229)
0 Favorites   0 Comments

Color spaces of #397fe5

RGB 57127229
HSL0.600.770.56
HSV216°75°90°
CMYK 0.750.450.00   0.10
XYZ23.419621.705777.0840
Yxy21.70570.19160.1776
Hunter Lab46.58948.1972-65.4851
CIE-Lab53.713312.9726-58.0553

#397fe5 color RGB value is (57,127,229).

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

The process color (four color CMYK) of #397fe5 color hex is 0.75, 0.45, 0.00, 0.10. Web safe color of #397fe5 is #3366cc. Color #397fe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111111 11100101
Octal 71 177 345
Decimal 57 127 229
Hex 39 7F E5

RGB Percentages of Color #397fe5

%13.80
%30.75
%55.45

CMYK Percentages of Color #397fe5

%75
%45
%0
%10

Triadic Colors of #397fe5

#397fe5 #e5397f #7fe539

Analogous Colors of #397fe5

#397fe5 #4939e5 #39d5e5

Monochromatic Colors of #397fe5

#397fe5

Complementary Color

#397fe5 #e59f39

#397fe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397fe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#397fe5 Color CSS Codes

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

#397fe5 Text Font Color

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

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


#397fe5 Background Color

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

This div background color is #397fe5


#397fe5 Border Color

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

This div border color is #397fe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397fe5


Comments

No comments written yet.

Please login to write comment.