Color Hex Logo

#397dff Color Hex

#397DFF
(57,125,255)
0 Favorites   0 Comments

Color spaces of #397dff

RGB 57125255
HSL0.611.000.61
HSV219°78°100°
CMYK 0.780.510.00   0.00
XYZ27.071022.757197.5735
Yxy22.75710.18370.1544
Hunter Lab47.704417.8114-87.8773
CIE-Lab54.821323.7077-70.7152

#397dff color RGB value is (57,125,255).

#397dff hex color red value is 57, green value is 125 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #397dff hue: 0.61 , saturation: 1.00 and the lightness value of 397dff is 0.61.

The process color (four color CMYK) of #397dff color hex is 0.78, 0.51, 0.00, 0.00. Web safe color of #397dff is #3366ff. Color #397dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111101 11111111
Octal 71 175 377
Decimal 57 125 255
Hex 39 7D FF

RGB Percentages of Color #397dff

%13.04
%28.60
%58.35

CMYK Percentages of Color #397dff

%78
%51
%0
%0

Triadic Colors of #397dff

#397dff #ff397d #7dff39

Analogous Colors of #397dff

#397dff #5839ff #39e0ff

Monochromatic Colors of #397dff

#397dff

Complementary Color

#397dff #ffbb39

#397dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#397dff Color CSS Codes

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

#397dff Text Font Color

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

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


#397dff Background Color

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

This div background color is #397dff


#397dff Border Color

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

This div border color is #397dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397dff


Comments

No comments written yet.

Please login to write comment.