Color Hex Logo

#397efa Color Hex

#397EFA
(57,126,250)
0 Favorites   0 Comments

Color spaces of #397efa

RGB 57126250
HSL0.610.950.60
HSV219°77°98°
CMYK 0.770.500.00   0.02
XYZ26.403522.693793.4312
Yxy22.69370.18530.1592
Hunter Lab47.637915.5680-82.9377
CIE-Lab54.755421.2651-68.0605

#397efa color RGB value is (57,126,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111110 11111010
Octal 71 176 372
Decimal 57 126 250
Hex 39 7E FA

RGB Percentages of Color #397efa

%13.16
%29.10
%57.74

CMYK Percentages of Color #397efa

%77
%50
%0
%2

Triadic Colors of #397efa

#397efa #fa397e #7efa39

Analogous Colors of #397efa

#397efa #5439fa #39dffa

Monochromatic Colors of #397efa

#397efa

Complementary Color

#397efa #fab539

#397efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#397efa Color CSS Codes

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

#397efa Text Font Color

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

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


#397efa Background Color

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

This div background color is #397efa


#397efa Border Color

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

This div border color is #397efa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,126,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 #397efa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397efa


Comments

No comments written yet.

Please login to write comment.