Color Hex Logo

#397cde Color Hex

#397CDE
(57,124,222)
0 Favorites   0 Comments

Color spaces of #397cde

RGB 57124222
HSL0.600.710.55
HSV216°74°87°
CMYK 0.740.440.00   0.13
XYZ22.079820.559171.9118
Yxy20.55910.19280.1795
Hunter Lab45.34217.5736-62.2933
CIE-Lab52.463512.2644-56.1308

#397cde color RGB value is (57,124,222).

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

The process color (four color CMYK) of #397cde color hex is 0.74, 0.44, 0.00, 0.13. Web safe color of #397cde is #3366cc. Color #397cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111100 11011110
Octal 71 174 336
Decimal 57 124 222
Hex 39 7C DE

RGB Percentages of Color #397cde

%14.14
%30.77
%55.09

CMYK Percentages of Color #397cde

%74
%44
%0
%13

Triadic Colors of #397cde

#397cde #de397c #7cde39

Analogous Colors of #397cde

#397cde #4839de #39cfde

Monochromatic Colors of #397cde

#397cde

Complementary Color

#397cde #de9b39

#397cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#397cde Color CSS Codes

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

#397cde Text Font Color

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

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


#397cde Background Color

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

This div background color is #397cde


#397cde Border Color

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

This div border color is #397cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397cde


Comments

No comments written yet.

Please login to write comment.