Color Hex Logo

#397bec Color Hex

#397BEC
(57,123,236)
0 Favorites   0 Comments

Color spaces of #397bec

RGB 57123236
HSL0.610.820.57
HSV218°76°93°
CMYK 0.760.480.00   0.07
XYZ23.910621.091982.1678
Yxy21.09190.18800.1659
Hunter Lab45.925912.5628-73.9298
CIE-Lab53.049918.0076-63.0347

#397bec color RGB value is (57,123,236).

#397bec hex color red value is 57, green value is 123 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #397bec hue: 0.61 , saturation: 0.82 and the lightness value of 397bec is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111011 11101100
Octal 71 173 354
Decimal 57 123 236
Hex 39 7B EC

RGB Percentages of Color #397bec

%13.70
%29.57
%56.73

CMYK Percentages of Color #397bec

%76
%48
%0
%7

Triadic Colors of #397bec

#397bec #ec397b #7bec39

Analogous Colors of #397bec

#397bec #5139ec #39d5ec

Monochromatic Colors of #397bec

#397bec

Complementary Color

#397bec #ecaa39

#397bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#397bec Color CSS Codes

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

#397bec Text Font Color

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

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


#397bec Background Color

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

This div background color is #397bec


#397bec Border Color

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

This div border color is #397bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397bec


Comments

No comments written yet.

Please login to write comment.