Color Hex Logo

#397afa Color Hex

#397AFA
(57,122,250)
0 Favorites   0 Comments

Color spaces of #397afa

RGB 57122250
HSL0.610.950.60
HSV220°77°98°
CMYK 0.770.510.00   0.02
XYZ25.902221.691193.2641
Yxy21.69110.18390.1540
Hunter Lab46.573717.7697-86.1270
CIE-Lab53.697723.7463-69.7708

#397afa color RGB value is (57,122,250).

#397afa hex color red value is 57, green value is 122 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #397afa hue: 0.61 , saturation: 0.95 and the lightness value of 397afa is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111010 11111010
Octal 71 172 372
Decimal 57 122 250
Hex 39 7A FA

RGB Percentages of Color #397afa

%13.29
%28.44
%58.28

CMYK Percentages of Color #397afa

%77
%51
%0
%2

Triadic Colors of #397afa

#397afa #fa397a #7afa39

Analogous Colors of #397afa

#397afa #5939fa #39dbfa

Monochromatic Colors of #397afa

#397afa

Complementary Color

#397afa #fab939

#397afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#397afa Color CSS Codes

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

#397afa Text Font Color

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

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


#397afa Background Color

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

This div background color is #397afa


#397afa Border Color

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

This div border color is #397afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397afa

Related Colors


Comments

No comments written yet.

Please login to write comment.