Color Hex Logo

#397ceb Color Hex

#397CEB
(57,124,235)
0 Favorites   0 Comments

Color spaces of #397ceb

RGB 57124235
HSL0.600.820.57
HSV217°76°92°
CMYK 0.760.470.00   0.08
XYZ23.890421.283381.4462
Yxy21.28330.18870.1681
Hunter Lab46.133811.7020-72.3789
CIE-Lab53.258217.0211-62.1410

#397ceb color RGB value is (57,124,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111100 11101011
Octal 71 174 353
Decimal 57 124 235
Hex 39 7C EB

RGB Percentages of Color #397ceb

%13.70
%29.81
%56.49

CMYK Percentages of Color #397ceb

%76
%47
%0
%8

Triadic Colors of #397ceb

#397ceb #eb397c #7ceb39

Analogous Colors of #397ceb

#397ceb #4f39eb #39d5eb

Monochromatic Colors of #397ceb

#397ceb

Complementary Color

#397ceb #eba839

#397ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#397ceb Color CSS Codes

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

#397ceb Text Font Color

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

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


#397ceb Background Color

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

This div background color is #397ceb


#397ceb Border Color

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

This div border color is #397ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397ceb


Comments

No comments written yet.

Please login to write comment.