Color Hex Logo

#397dec Color Hex

#397DEC
(57,125,236)
0 Favorites   0 Comments

Color spaces of #397dec

RGB 57125236
HSL0.600.820.57
HSV217°76°93°
CMYK 0.760.470.00   0.07
XYZ24.161321.593282.2514
Yxy21.59320.18880.1687
Hunter Lab46.468511.4913-72.4181
CIE-Lab53.592716.7674-62.1606

#397dec color RGB value is (57,125,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111101 11101100
Octal 71 175 354
Decimal 57 125 236
Hex 39 7D EC

RGB Percentages of Color #397dec

%13.64
%29.90
%56.46

CMYK Percentages of Color #397dec

%76
%47
%0
%7

Triadic Colors of #397dec

#397dec #ec397d #7dec39

Analogous Colors of #397dec

#397dec #4e39ec #39d7ec

Monochromatic Colors of #397dec

#397dec

Complementary Color

#397dec #eca839

#397dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#397dec Color CSS Codes

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

#397dec Text Font Color

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

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


#397dec Background Color

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

This div background color is #397dec


#397dec Border Color

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

This div border color is #397dec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,125,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 #397dec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397dec


Comments

No comments written yet.

Please login to write comment.