Color Hex Logo

#397bdc Color Hex

#397BDC
(57,123,220)
0 Favorites   0 Comments

Color spaces of #397bdc

RGB 57123220
HSL0.600.700.54
HSV216°74°86°
CMYK 0.740.440.00   0.14
XYZ21.688620.203170.4666
Yxy20.20310.19300.1798
Hunter Lab44.94797.4725-61.4879
CIE-Lab52.066112.1515-55.6414

#397bdc color RGB value is (57,123,220).

#397bdc hex color red value is 57, green value is 123 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #397bdc hue: 0.60 , saturation: 0.70 and the lightness value of 397bdc is 0.54.

The process color (four color CMYK) of #397bdc color hex is 0.74, 0.44, 0.00, 0.14. Web safe color of #397bdc is #3366cc. Color #397bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01111011 11011100
Octal 71 173 334
Decimal 57 123 220
Hex 39 7B DC

RGB Percentages of Color #397bdc

%14.25
%30.75
%55.00

CMYK Percentages of Color #397bdc

%74
%44
%0
%14

Triadic Colors of #397bdc

#397bdc #dc397b #7bdc39

Analogous Colors of #397bdc

#397bdc #4939dc #39cddc

Monochromatic Colors of #397bdc

#397bdc

Complementary Color

#397bdc #dc9a39

#397bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#397bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#397bdc Color CSS Codes

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

#397bdc Text Font Color

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

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


#397bdc Background Color

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

This div background color is #397bdc


#397bdc Border Color

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

This div border color is #397bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #397bdc


Comments

No comments written yet.

Please login to write comment.