Color Hex Logo

#397aef Color Hex

#397AEF
(57,122,239)
0 Favorites   0 Comments

Color spaces of #397aef

RGB 57122239
HSL0.610.850.58
HSV219°76°94°
CMYK 0.760.490.00   0.06
XYZ24.226921.020984.4419
Yxy21.02090.18680.1621
Hunter Lab45.848614.0865-77.1038
CIE-Lab52.972419.7276-64.8330

#397aef color RGB value is (57,122,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111010 11101111
Octal 71 172 357
Decimal 57 122 239
Hex 39 7A EF

RGB Percentages of Color #397aef

%13.64
%29.19
%57.18

CMYK Percentages of Color #397aef

%76
%49
%0
%6

Triadic Colors of #397aef

#397aef #ef397a #7aef39

Analogous Colors of #397aef

#397aef #5339ef #39d5ef

Monochromatic Colors of #397aef

#397aef

Complementary Color

#397aef #efae39

#397aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#397aef Color CSS Codes

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

#397aef Text Font Color

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

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


#397aef Background Color

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

This div background color is #397aef


#397aef Border Color

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

This div border color is #397aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397aef


Comments

No comments written yet.

Please login to write comment.