Color Hex Logo

#397def Color Hex

#397DEF
(57,125,239)
0 Favorites   0 Comments

Color spaces of #397def

RGB 57125239
HSL0.600.850.58
HSV218°76°94°
CMYK 0.760.480.00   0.06
XYZ24.600921.769184.5666
Yxy21.76910.18790.1663
Hunter Lab46.657412.4668-74.8031
CIE-Lab53.781217.8645-63.5289

#397def color RGB value is (57,125,239).

#397def hex color red value is 57, green value is 125 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #397def hue: 0.60 , saturation: 0.85 and the lightness value of 397def is 0.58.

The process color (four color CMYK) of #397def color hex is 0.76, 0.48, 0.00, 0.06. Web safe color of #397def is #3366ff. Color #397def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111101 11101111
Octal 71 175 357
Decimal 57 125 239
Hex 39 7D EF

RGB Percentages of Color #397def

%13.54
%29.69
%56.77

CMYK Percentages of Color #397def

%76
%48
%0
%6

Triadic Colors of #397def

#397def #ef397d #7def39

Analogous Colors of #397def

#397def #5039ef #39d8ef

Monochromatic Colors of #397def

#397def

Complementary Color

#397def #efab39

#397def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397def Color Preview on White Background

Lorem ipsum dolor sit amet.

#397def Color CSS Codes

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

#397def Text Font Color

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

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


#397def Background Color

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

This div background color is #397def


#397def Border Color

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

This div border color is #397def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397def


Comments

No comments written yet.

Please login to write comment.