Color Hex Logo

#397afc Color Hex

#397AFC
(57,122,252)
0 Favorites   0 Comments

Color spaces of #397afc

RGB 57122252
HSL0.610.970.61
HSV220°77°99°
CMYK 0.770.520.00   0.01
XYZ26.217621.817294.9248
Yxy21.81720.18340.1526
Hunter Lab46.708918.4511-87.7967
CIE-Lab53.832524.4757-70.6592

#397afc color RGB value is (57,122,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111010 11111100
Octal 71 172 374
Decimal 57 122 252
Hex 39 7A FC

RGB Percentages of Color #397afc

%13.23
%28.31
%58.47

CMYK Percentages of Color #397afc

%77
%52
%0
%1

Triadic Colors of #397afc

#397afc #fc397a #7afc39

Analogous Colors of #397afc

#397afc #5939fc #39dcfc

Monochromatic Colors of #397afc

#397afc

Complementary Color

#397afc #fcbb39

#397afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#397afc Color CSS Codes

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

#397afc Text Font Color

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

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


#397afc Background Color

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

This div background color is #397afc


#397afc Border Color

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

This div border color is #397afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397afc

Related Colors


Comments

No comments written yet.

Please login to write comment.