Color Hex Logo

#397fdf Color Hex

#397FDF
(57,127,223)
0 Favorites   0 Comments

Color spaces of #397fdf

RGB 57127223
HSL0.600.720.55
HSV215°74°87°
CMYK 0.740.430.00   0.13
XYZ22.596021.376372.7471
Yxy21.37630.19360.1831
Hunter Lab46.23456.3272-60.9249
CIE-Lab53.358910.7819-55.2588

#397fdf color RGB value is (57,127,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111111 11011111
Octal 71 177 337
Decimal 57 127 223
Hex 39 7F DF

RGB Percentages of Color #397fdf

%14.00
%31.20
%54.79

CMYK Percentages of Color #397fdf

%74
%43
%0
%13

Triadic Colors of #397fdf

#397fdf #df397f #7fdf39

Analogous Colors of #397fdf

#397fdf #4639df #39d2df

Monochromatic Colors of #397fdf

#397fdf

Complementary Color

#397fdf #df9939

#397fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#397fdf Color CSS Codes

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

#397fdf Text Font Color

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

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


#397fdf Background Color

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

This div background color is #397fdf


#397fdf Border Color

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

This div border color is #397fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397fdf


Comments

No comments written yet.

Please login to write comment.