Color Hex Logo

#397dce Color Hex

#397DCE
(57,125,206)
0 Favorites   0 Comments

Color spaces of #397dce

RGB 57125206
HSL0.590.600.52
HSV213°72°81°
CMYK 0.720.390.00   0.19
XYZ20.161519.993361.1890
Yxy19.99330.19890.1973
Hunter Lab44.71392.2364-49.8361
CIE-Lab51.82965.8244-48.0969

#397dce color RGB value is (57,125,206).

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

The process color (four color CMYK) of #397dce color hex is 0.72, 0.39, 0.00, 0.19. Web safe color of #397dce is #3366cc. Color #397dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111101 11001110
Octal 71 175 316
Decimal 57 125 206
Hex 39 7D CE

RGB Percentages of Color #397dce

%14.69
%32.22
%53.09

CMYK Percentages of Color #397dce

%72
%39
%0
%19

Triadic Colors of #397dce

#397dce #ce397d #7dce39

Analogous Colors of #397dce

#397dce #4039ce #39c8ce

Monochromatic Colors of #397dce

#397dce

Complementary Color

#397dce #ce8a39

#397dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#397dce Color CSS Codes

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

#397dce Text Font Color

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

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


#397dce Background Color

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

This div background color is #397dce


#397dce Border Color

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

This div border color is #397dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397dce


Comments

No comments written yet.

Please login to write comment.