Color Hex Logo

#397aee Color Hex

#397AEE
(57,122,238)
0 Favorites   0 Comments

Color spaces of #397aee

RGB 57122238
HSL0.610.840.58
HSV218°76°93°
CMYK 0.760.490.00   0.07
XYZ24.079520.962083.6659
Yxy20.96200.18710.1629
Hunter Lab45.784313.7567-76.2972
CIE-Lab52.907919.3613-64.3795

#397aee color RGB value is (57,122,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111010 11101110
Octal 71 172 356
Decimal 57 122 238
Hex 39 7A EE

RGB Percentages of Color #397aee

%13.67
%29.26
%57.07

CMYK Percentages of Color #397aee

%76
%49
%0
%7

Triadic Colors of #397aee

#397aee #ee397a #7aee39

Analogous Colors of #397aee

#397aee #5339ee #39d5ee

Monochromatic Colors of #397aee

#397aee

Complementary Color

#397aee #eead39

#397aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#397aee Color CSS Codes

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

#397aee Text Font Color

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

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


#397aee Background Color

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

This div background color is #397aee


#397aee Border Color

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

This div border color is #397aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397aee


Comments

No comments written yet.

Please login to write comment.